1
0
Fork 0
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:
Ryan Dahl 2021-11-01 11:14:14 -04:00 committed by GitHub
parent d3662e487d
commit 1b684d333d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')