1
0
mirror of synced 2025-12-26 14:02:45 -05:00

use Node 16.14.x in CI now (#25305)

This commit is contained in:
Peter Bengtsson
2022-02-14 20:13:33 -05:00
committed by GitHub
parent 7637a830ce
commit 7661dd042c
25 changed files with 25 additions and 25 deletions

View File

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