mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
upgrade to Node 17 (#12619)
This commit is contained in:
parent
d3662e487d
commit
1b684d333d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 17
|
||||
|
||||
- name: Remove unused versions of Python
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
|
|
Loading…
Reference in a new issue