Skip to content

Commit cf0fd15

Browse files
authored
feat: upgraded to node v16 (#204)
1 parent dba8013 commit cf0fd15

File tree

4 files changed

+40743
-15096
lines changed

4 files changed

+40743
-15096
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
21-
node-version: 8
21+
node-version: 16
2222

2323
- name: Install Dependencies
2424
run: npm ci

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@ jobs:
88
release:
99
name: Release
1010
runs-on: ubuntu-20.04
11-
strategy:
12-
matrix:
13-
version: [12, 16]
1411
steps:
1512
- name: Checkout
16-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1714
with:
1815
fetch-depth: 0
1916

2017
- name: Setup Node.js
2118
uses: actions/setup-node@v3
2219
with:
23-
node-version: ${{ matrix.version }}
20+
node-version: 16
2421

2522
- name: Install dependencies
2623
run: npm ci

0 commit comments

Comments
 (0)