diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index 75f22a5..33145d0 100644 --- a/.github/workflows/npm-ci.yml +++ b/.github/workflows/npm-ci.yml @@ -14,8 +14,8 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm install -g pnpm - run: pnpm install --frozen-lockfile - - run: pnpm run build --if-present - - run: pnpm test - - run: pnpm publish + - run: npm run build --if-present + - run: npm test + - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index e299ac1..3edc366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abacl", - "version": "8.0.2", + "version": "8.0.3", "description": "Attribute Based Access Control Library", "main": "dist/index.js", "types": "dist/index.d.ts",