Skip to content

Commit 5e7efa3

Browse files
committed
CI: update node 12 -> 14
1 parent a06ff2b commit 5e7efa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x, 14.x, 16.x, 17.x]
16+
node-version: [14.x, 16.x, 17.x]
1717

1818
steps:
1919
- name: Checkout

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

16-
- name: Setup Node.js 12.x to publish to npmjs.org
16+
- name: Setup Node.js 14.x to publish to npmjs.org
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '12.x'
19+
node-version: '14.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install Packages

0 commit comments

Comments
 (0)