Use Node 16

This commit is contained in:
arkon 2021-12-07 21:09:30 -05:00
parent 765538f2ea
commit afbf6894ae

View File

@ -17,10 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Setup NPM 7
run: npm install -g npm@7
node-version: 16
- name: Check cache
uses: actions/cache@v2