Skip to content

Commit

Permalink
fix(ci): fix node version for release action (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored May 20, 2024
1 parent fccbf23 commit 0b70dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Load secret
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
Expand Down

0 comments on commit 0b70dc6

Please sign in to comment.