Skip to content

Commit

Permalink
Update release.yml node & npm vers again
Browse files Browse the repository at this point in the history
  • Loading branch information
jennspencer authored Mar 7, 2024
1 parent ed645d4 commit dca7d81
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 @@ -20,10 +20,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Update npm
run: npm i -g npm@9
run: npm i -g npm@10

- name: Install dependencies
run: |
Expand Down

0 comments on commit dca7d81

Please sign in to comment.