We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e81ff commit c0654a2Copy full SHA for c0654a2
1 file changed
.github/workflows/tests.yml
@@ -6,17 +6,13 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- strategy:
10
- matrix:
11
- node-version: [18]
12
-
13
steps:
14
- uses: actions/checkout@v4
15
16
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Node.js setup
17
uses: actions/setup-node@v4
18
with:
19
- node-version: ${{ matrix.node-version }}
+ node-version: 22
20
21
- name: Display Node.js and npm informations
22
run: |
0 commit comments