Skip to content

Commit d2a10c3

Browse files
Use Node 18
Use Node 18 instead of 16.
1 parent b88d1f0 commit d2a10c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: '16.x'
30+
node-version: '18.x'
3131

3232
- name: Install packages
3333
run: |

0 commit comments

Comments
 (0)