Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Feb 17, 2024
1 parent b757b61 commit 535f94e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
ref: ${{ github.ref }}

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: 'yarn'
node-version: 20.x
cache: 'yarn'

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 535f94e

Please sign in to comment.