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:
parent
b15539587e
commit
bfe1b05381
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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: |-
|
||||
|
|
Loading…
Reference in a new issue