Skip to content

Commit a4d8da7

Browse files
committed
Node 16
1 parent 0828e20 commit a4d8da7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npmpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 12
14+
node-version: 16
1515
- run: npm ci
1616
- run: npm test
1717

@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 12
27+
node-version: 16
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
3030
- run: npm run build

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: 12
11+
node-version: 16
1212
- run: npm ci
1313
- run: npm test
1414

0 commit comments

Comments
 (0)