Skip to content

Commit ad99047

Browse files
committed
Update NodeJS version we test against to 18.
NodeJS 12 has been end-of-life since 2022-04-30, and 18 is the current oldest supported LTS version, which will be supported until 2025-04-30. I also update npm dependencies to the modern versions.
1 parent b579c8f commit ad99047

File tree

2 files changed

+448
-1247
lines changed

2 files changed

+448
-1247
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
GO_VERSION: 1.19.13
18-
NODE_VERSION: 12
18+
NODE_VERSION: 18
1919
GOLANGCI_VERSION: v1.53.3
2020
GOPHERJS_EXPERIMENT: generics
2121
SOURCE_MAP_SUPPORT: true
@@ -128,6 +128,8 @@ jobs:
128128
run: cp -r ${{ env.GOPHERJS_PATH }}/.github .
129129
- name: Setup GopherJS
130130
uses: ./.github/actions/setup-gopherjs/
131+
with:
132+
includeSyscall: 'true'
131133
- name: Run Tests
132134
working-directory: ${{ env.GOPHERJS_PATH }}
133135
# Run all tests except gorepo tests.

0 commit comments

Comments
 (0)