Skip to content

Commit faaf093

Browse files
committed
changed node version to 18 in workflows
1 parent 49cd943 commit faaf093

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

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

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x]
19+
node-version: [18.x, 20.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: "16.x"
18+
node-version: "18.x"
1919
- name: Installing dependencies
2020
run: npm install
2121
- name: Build
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@v1
4040
with:
41-
node-version: "16.x"
41+
node-version: "18.x"
4242
- name: Installing dependencies
4343
run: npm install
4444
- name: Download dist

0 commit comments

Comments
 (0)