Skip to content

Commit e3bfe69

Browse files
ci: test with node.js v18, remove v17 (#4478)
* ci: test with node.js v18, remove v17 * ci: temporary workaround for node.js v18 with source maps mdoule Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 6518775 commit e3bfe69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
node: ['10', '12', '17']
58+
node: ['10', '12', '18']
5959
name: Node ${{ matrix.node }} (Linux)
6060
steps:
6161
- name: Checkout Commit
@@ -70,6 +70,8 @@ jobs:
7070
run: npm run ci:test:only
7171
env:
7272
CI: true
73+
# temporary workaround for: https://github.com/nodejs/node/issues/42638
74+
NODE_OPTIONS: ${{ matrix.node == '18' && '--no-experimental-fetch' }}
7375

7476
macos:
7577
runs-on: macos-latest

0 commit comments

Comments
 (0)