Skip to content

Commit

Permalink
build: upgrade node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed Feb 19, 2024
1 parent 5ff4aa6 commit ab7f262
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
go-version: 1.21
- run: go version
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: frontend/package.json
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- run: node --version
- name: Install Wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
Expand Down
4 changes: 3 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=20.11.1"
},
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c650589f7baff7450ae56329a560e333
2c26e4555b43defb832c2cedd04d0324

0 comments on commit ab7f262

Please sign in to comment.