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:
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
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
check-latest: true
|
||||
|
||||
- name: Remove unused versions of Python
|
||||
|
|
Loading…
Add table
Reference in a new issue