From 6f772f8a7802ab0198113672de0061b5ad69c366 Mon Sep 17 00:00:00 2001 From: "Vahid V." Date: Tue, 10 Oct 2023 13:36:05 +0330 Subject: [PATCH] update --- .github/workflows/npm-ci.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",