Skip to content

Commit

Permalink
use fixed nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Feb 21, 2024
1 parent c9d75e4 commit df228ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: '20'

- name: install tooling
run: go install golang.org/x/tools/cmd/goimports@latest
Expand Down

0 comments on commit df228ac

Please sign in to comment.