Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit e9b5571

Browse files
committed
update: bump ci version
1 parent 5f016a4 commit e9b5571

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x]
11+
node-version: [12.x, 14.x, 16.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-node@v2
2121
with:
22-
node-version: 12
22+
node-version: 14
2323
- run: npm ci
2424
- run: npm test
2525
- name: Wait for CI action to succeed
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v2
6767
- uses: actions/setup-node@v2
6868
with:
69-
node-version: 12
69+
node-version: 14
7070
registry-url: https://registry.npmjs.org/
7171
- name: Publish if version has been updated
7272
uses: pascalgn/npm-publish-action@06e0830ea83eea10ed4a62654eeaedafb8bf50fc
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v2
9090
- uses: actions/setup-node@v2
9191
with:
92-
node-version: 12
92+
node-version: 14
9393
registry-url: https://npm.pkg.github.com/
9494
- name: Update package name
9595
run: |

0 commit comments

Comments
 (0)