We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75bc30 commit 0910745Copy full SHA for 0910745
1 file changed
.github/workflows/node.js.yml
@@ -14,17 +14,12 @@ jobs:
14
15
runs-on: ubuntu-latest
16
17
- strategy:
18
- matrix:
19
- node-version: [20.x, 22.x]
20
- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
-
22
steps:
23
- uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v4
26
with:
27
- node-version: ${{ matrix.node-version }}
+ node-version: '22.x'
28
cache: 'npm'
29
- run: npm ci
30
- run: npm run build --if-present
0 commit comments