1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

ci: setup latest version of Node (#8888)

This commit is contained in:
Zheyu Zhang 2020-12-26 21:02:37 +08:00 committed by GitHub
parent b15539587e
commit bfe1b05381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,12 @@ jobs:
python-version: "2.7"
architecture: x64
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: "14"
check-latest: true
- name: Remove unused versions of Python
if: startsWith(matrix.os, 'windows')
run: |-