Skip to content

Commit

Permalink
ci(deploy): updating node version to 16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhender committed Jan 15, 2025
1 parent d49c367 commit 300f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.GH_PUSH_TOKEN }}
- uses: actions/setup-node@v2-beta
with:
node-version: '16.10.0'
node-version: '16.20.2'
registry-url: https://registry.npmjs.org/

- name: Set npm credentials
Expand Down

0 comments on commit 300f00a

Please sign in to comment.