We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0360510 commit 2449590Copy full SHA for 2449590
.github/workflows/test-pr.yml
@@ -1,4 +1,4 @@
1
-name: Test Pull Requests To Master (Node 17.0+)
+name: Test Pull Requests To Master (Node 20.0+)
2
3
on:
4
push:
@@ -31,13 +31,13 @@ jobs:
31
run: npm run build --if-present
32
env:
33
CI: true
34
- NODE_OPTIONS: --openssl-legacy-provider # necessary for webpack v4 in node 17+
+ NODE_OPTIONS: --openssl-legacy-provider # necessary for webpack v4 in node 20+
35
- name: module test
36
run: npm run test:module
37
- name: run all code tests
38
run: npm test
39
40
- NODE_OPTIONS: --openssl-legacy-provider
41
- name: test package import
42
run: |
43
npm install ts-node @std/esm
0 commit comments