1
0
mirror of synced 2025-12-30 12:02:01 -05:00

be consistent with which Node version in actions/setup-node (#25566)

This commit is contained in:
Peter Bengtsson
2022-02-23 08:46:30 -05:00
committed by GitHub
parent 4d4f7c5636
commit 494df10c8b
3 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ jobs:
- name: 'Setup node'
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with:
node-version: '16'
node-version: 16.14.x
- run: npm ci

View File

@@ -49,7 +49,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with:
node-version: 16.x
node-version: 16.14.x
cache: npm
- name: Install dependencies

View File

@@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with:
node-version: 16.x
node-version: 16.14.x
- name: Run check
run: |