Skip to content

Commit

Permalink
Use Node version 20.x for release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr authored Sep 18, 2024
1 parent 00e85b7 commit 97be329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
go-version: 1.23.1
cache-dependency-path: |
./go.sum
- name: Use Node.js 14.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 20.x
cache: "npm"
- run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: 1.23.1
cache-dependency-path: |
./go.sum
- name: Set up Node.js
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
Expand Down

0 comments on commit 97be329

Please sign in to comment.