ci: use Node 16 with caching for internal actions

This commit is contained in:
Nick Schonning
2022-01-16 17:36:35 -05:00
parent 746c698c90
commit f13e67688e
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ jobs:
git config user.name "GitHub Actions"
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
cache: 'npm'
cache-dependency-path: script/sync-ghes/package-lock.json
- name: Check starter workflows for GHES compat
run: |
npm ci
+3 -1
View File
@@ -14,7 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: '16'
cache: 'npm'
cache-dependency-path: script/validate-data/package-lock.json
- name: Validate workflows
run: |