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 ae5fc45 commit 6c39e5fCopy full SHA for 6c39e5f
1 file changed
.github/workflows/nodejs.yml
@@ -16,17 +16,13 @@ jobs:
16
17
runs-on: ubuntu-latest
18
19
- strategy:
20
- matrix:
21
- node-version: [22.x]
22
-
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v4
26
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js 22
27
uses: actions/setup-node@v4
28
with:
29
- node-version: ${{ matrix.node-version }}
+ node-version: 22.x
30
cache: 'npm'
31
- name: Install packages
32
run: npm ci
0 commit comments