Skip to content

Commit

Permalink
updated node version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
srclosson committed Oct 7, 2024
1 parent 69b06a4 commit bf0875b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: "18.x"
node-version: "20.x"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: "18.x"
node-version: "20.x"

- name: Setup Go environment
uses: actions/setup-go@v2
Expand Down

0 comments on commit bf0875b

Please sign in to comment.