More move to node 16 stuff (oops)

This commit is contained in:
Matt Godbolt
2022-01-17 14:18:35 -06:00
parent da26521aac
commit 7fcf892b37

View File

@@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Get npm cache directory
id: npm-cache
run: |
@@ -42,10 +42,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: TEST
run: |
which npx