Skip to content

Commit 614e97c

Browse files
authored
ci: bump node version (#376)
1 parent 8c3933a commit 614e97c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: node
2323
uses: actions/[email protected]
2424
with:
25-
node-version: 16
25+
node-version: 18
2626
registry-url: https://registry.npmjs.org
2727
- name: install react
2828
run: npm i react

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: node
1818
uses: actions/[email protected]
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
registry-url: https://registry.npmjs.org
2222
- name: install react
2323
run: npm i react

0 commit comments

Comments
 (0)