We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0172883 commit 6fd344dCopy full SHA for 6fd344d
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
container_tag:
14
# - "current"
15
- "lts"
16
- - "20"
+ - "22"
17
fail-fast: false
18
19
runs-on: ubuntu-latest
@@ -27,7 +27,7 @@ jobs:
27
node -v
28
npm -v
29
- run: npm ci
30
- - run: node --test --experimental-strip-types
+ - run: npm run test
31
- uses: actions/upload-artifact@v4
32
with:
33
name: "junit test reports node ${{ matrix.container_tag }}"
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
@@ -54,4 +54,4 @@ jobs:
54
55
56
- run: npm run build
57
- - run: node --test --experimental-strip-types integrate_tests/
+ - run: npm run integrate_test
0 commit comments