Skip to content

Commit

Permalink
fix: update node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jun 6, 2023
1 parent 2a6868a commit 0be2f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.SECRET_NAME }}
- uses: actions/setup-node@v2-beta
with:
node-version: '16.10.0'
node-version: '18'
registry-url: https://registry.npmjs.org/

- name: Configure Git
Expand Down

0 comments on commit 0be2f85

Please sign in to comment.