We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8757f4a commit 3642891Copy full SHA for 3642891
1 file changed
.github/workflows/unittests.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
15
steps:
16
- uses: actions/checkout@v3
17
- name: Use Node.js ${{ matrix.node-version }}
18
uses: actions/setup-node@v3
19
with:
20
node-version: ${{ matrix.node-version }}
21
- - name: Install dependencies
+ - name: Install dependencies
22
run: |
23
npm ci
24
- name: Verify lint
0 commit comments