We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516902a commit 3d961d6Copy full SHA for 3d961d6
2 files changed
.github/workflows/commit.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Use Node.js 22.x
14
uses: actions/setup-node@v6
15
with:
16
- node-version: 22
+ node-version: 24
17
cache: 'yarn'
18
- name: Install dependencies
19
run: |
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
20
21
22
23
registry-url: https://registry.npmjs.org
24
25
run: yarn install
0 commit comments