CI: Make package.json as ESM module

This commit is contained in:
Abdulkaiz Khatri 2023-09-12 12:25:48 +05:30
parent f658273beb
commit af056668d7
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ jobs:
cache: "yarn"
- name: Installing npm dependencies
run: yarn install
run: yarn install --frozen-lockfile
continue-on-error: false
- name: Print CBMP Version

View file

@ -1,4 +1,5 @@
{
"type": "module",
"dependencies": {
"cbmp": "^1.0.0"
},