chore: use node v16 in actions

This commit is contained in:
Daniel Sogl 2022-10-15 16:19:39 +00:00
parent 5a22241db5
commit de884a55d0
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3.1.0

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-node@v3.5.0
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build
@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-node@v3.5.0
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run shipit