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 56aa8fa commit 0fb9b23Copy full SHA for 0fb9b23
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Use Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: '20'
+ node-version: '22'
23
- run: npm ci --foreground-scripts
24
- run: npm run check
25
if: ${{ matrix.os == 'ubuntu-latest' }}
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
- name: Setup Node
26
27
- name: Install dependencies
28
run: npm ci
29
- name: Setup release environment
0 commit comments