diff --git a/.github/actions/setup-gopherjs/action.yml b/.github/actions/setup-gopherjs/action.yml index b7d169b10..e6fbbd469 100644 --- a/.github/actions/setup-gopherjs/action.yml +++ b/.github/actions/setup-gopherjs/action.yml @@ -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 }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5d64a5c9..c04e56eff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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