ci: use Node 16 with caching for internal actions

This commit is contained in:
Nick Schonning
2022-06-17 13:44:15 -04: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