Skip to content

Commit

Permalink
try with latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
redreceipt committed Mar 1, 2024
1 parent bb58161 commit 5e28635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: npm run bump
Expand Down

0 comments on commit 5e28635

Please sign in to comment.