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 90a0fc9 commit bf8df48Copy full SHA for bf8df48
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: [18, 20, 22]
+ node: [18, 20, 22, 24]
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
@@ -48,9 +48,7 @@ jobs:
48
with:
49
node-version: 18
50
- run: npm install --engine-strict
51
- working-directory: .github/scripts
52
- run: npm test
53
54
env:
55
MOCHA_THROW_DEPRECATION: false
56
lint:
.github/workflows/issues-no-repro.yaml
@@ -11,7 +11,7 @@ jobs:
pull-requests: write
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
17
- run: npm install
0 commit comments