Skip to content

Commit 9a21a4f

Browse files
committed
fix: update node-js to 18
1 parent c4131fd commit 9a21a4f

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: setup node
3838
uses: actions/setup-node@v2
3939
with:
40-
node-version: 14
40+
node-version: 18
4141

4242
- name: Get Wails
4343
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest

0 commit comments

Comments
 (0)