mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
Update from node 12/6 to node 16 (#62907)
* Update from node 12/6 to node 18 azure defaults to node 6 github was set to node 12 * Fix typo and add test edit * revert test edit
This commit is contained in:
committed by
GitHub
parent
9e8422463b
commit
489c95386d
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "12"
|
||||
node-version: "16"
|
||||
|
||||
# forbid symlinks
|
||||
- name: "Pre-run validation"
|
||||
|
||||
@@ -8,6 +8,11 @@ jobs:
|
||||
timeoutInMinutes: 360
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
displayName: Use Node 16
|
||||
inputs:
|
||||
versionSpec: 16.x
|
||||
checkLatest: true
|
||||
- task: Npm@1
|
||||
displayName: 'npm install'
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user