Skip to content

Commit 2df4ef2

Browse files
Trying to fix the few remaining issues
1 parent 48d1765 commit 2df4ef2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
env:
1313
GO_VERSION: 1.19.13
14-
NODE_VERSION: 12
14+
NODE_VERSION: 16
1515
GOLANGCI_VERSION: v1.53.3
1616
GOPHERJS_EXPERIMENT: generics
1717
SOURCE_MAP_SUPPORT: true
@@ -69,9 +69,6 @@ jobs:
6969
darwin_smoke:
7070
name: Darwin Smoke
7171
runs-on: macos-latest
72-
env:
73-
# Node version '12' is not found for darwin.
74-
NODE_VERSION: 20
7572
steps:
7673
- uses: actions/checkout@v4
7774
with:

0 commit comments

Comments
 (0)