Skip to content

Commit

Permalink
test: using nodejs 20 to run
Browse files Browse the repository at this point in the history
* Follow instruction here to update the node version to run test:
  https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
yookoala committed Feb 1, 2024
1 parent 7fb5261 commit 6493e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
go version
go mod download -x || go mod download
- name: Run tests
using: 'node20'
run: go test -race ./...

0 comments on commit 6493e86

Please sign in to comment.