Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioz committed Apr 13, 2023
1 parent 5e7386e commit 4c23e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Install deps
# this runs a build script so there is no dedicated build
run: yarn install
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Install deps
# this runs a build script so there is no dedicated build
run: yarn install
Expand Down

0 comments on commit 4c23e9d

Please sign in to comment.