Skip to content

Commit bf534bb

Browse files
committed
ci: update node version
1 parent 93d8bce commit bf534bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js LTS
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: '16.x'
21+
node-version: '18.x'
2222
- uses: bahmutov/npm-install@v1
2323
- name: Build
2424
run: make build
@@ -39,7 +39,7 @@ jobs:
3939
- name: Use Node.js LTS
4040
uses: actions/setup-node@v1
4141
with:
42-
node-version: '16.x'
42+
node-version: '18.x'
4343
- uses: bahmutov/npm-install@v1
4444
- name: Prepare env
4545
run: cp -n ./packages/demo/.env.local-example ./packages/demo/.env

0 commit comments

Comments
 (0)