mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
build: use Node 16 in CI (#10270)
This commit is contained in:
parent
754d837682
commit
ffc01f9fc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "16"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Remove unused versions of Python
|
- name: Remove unused versions of Python
|
||||||
|
|
Loading…
Add table
Reference in a new issue