Skip to content

Commit db1a449

Browse files
authored
Upgrade NPM packages (#43)
Also switch to Node 16.x as that's the new LTS.
1 parent 4e14678 commit db1a449

File tree

3 files changed

+8091
-757
lines changed

3 files changed

+8091
-757
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Use Node.js 14.x
13+
- name: Use Node.js 16.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14.x
16+
node-version: 16.x
1717
- run: npm ci
1818
- run: npm run lint
1919
- run: npm run build

0 commit comments

Comments
 (0)