Skip to content

Commit

Permalink
chore: update CI runner to node 16 npm 7 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Jul 7, 2021
1 parent aec63cd commit 80a465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Node and npm
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Rust
if: matrix.rust
Expand Down

0 comments on commit 80a465c

Please sign in to comment.