0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

build: use Node 16 in CI (#10270)

This commit is contained in:
Ryan Dahl 2021-04-21 05:25:14 -04:00 committed by GitHub
parent 754d837682
commit ffc01f9fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
check-latest: true
- name: Remove unused versions of Python