Skip to content

Commit

Permalink
fix(CI): Bump node version of release action (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmclaughlin authored Apr 29, 2024
1 parent c2e9c00 commit 1063945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD_release_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Configure Github credentials
Expand Down

0 comments on commit 1063945

Please sign in to comment.