Skip to content

Commit

Permalink
chore: update release workflow to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Feb 11, 2024
1 parent 23c8718 commit 82dd461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js 16.x
uses: actions/setup-node@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 82dd461

Please sign in to comment.