Skip to content

Commit d916240

Browse files
Update Node.js version to 18.x in build and release workflows
1 parent cfda5a4 commit d916240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 14.x
20+
node-version: 18.x
2121
- name: Run Build
2222
run: |
2323
npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 14.x
15+
node-version: 18.x
1616
- name: Run Build
1717
run: |
1818
npm install

0 commit comments

Comments
 (0)