Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 1, 2024
1 parent ec9c55f commit 147eb18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- uses: actions/setup-node@v4.0.2
with:
Expand All @@ -37,7 +37,7 @@ jobs:
continue-on-error: true
working-directory: .
run: |
npm install --legacy-peer-deps
npm install --include prod dev optional peer --legacy-peer-deps
npm publish --legacy-peer-deps --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- uses: pnpm/action-setup@v3.0.0
with:
Expand Down

0 comments on commit 147eb18

Please sign in to comment.