Skip to content

Commit

Permalink
chore: changed node-version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiere committed Jan 25, 2024
1 parent c19aa84 commit fc1477b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
types:
- completed

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0

jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -17,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 21
node-version: 20

- name: Publish to npm registry
run: |
Expand All @@ -27,6 +31,3 @@ jobs:
else
echo "NPM_TOKEN is missing. Package will not be published."
fi
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0

0 comments on commit fc1477b

Please sign in to comment.