Skip to content

Commit

Permalink
Trying to fix syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 21, 2024
1 parent f1c7e40 commit 9f81a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-gopherjs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
with:
go-version: ${{ env.GO_VERSION }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

env:
GO_VERSION: 1.19.13
NODE_VERSION: 12
NODE_VERSION: 20
GOLANGCI_VERSION: v1.53.3
GOPHERJS_EXPERIMENT: generics
SOURCE_MAP_SUPPORT: true
Expand Down

0 comments on commit 9f81a9c

Please sign in to comment.