Skip to content

Commit 37b8a11

Browse files
authored
Merge pull request #58 from klerick/up-node-for-cicd
chore: up node version cicd
2 parents 5624d5d + 702b077 commit 37b8a11

File tree

5 files changed

+523
-865
lines changed

5 files changed

+523
-865
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x]
13+
node-version: [16.x]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 14
22+
node-version: 16
2323
- uses: actions/cache@v2
2424
with:
2525
path: ~/.npm

.github/workflows/Pre-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 14
24+
node-version: 16
2525
- uses: actions/cache@v2
2626
with:
2727
path: ~/.npm

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 14
22+
node-version: 16
2323
- uses: actions/cache@v2
2424
with:
2525
path: ~/.npm

0 commit comments

Comments
 (0)