We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeebd7a commit 55d9b3cCopy full SHA for 55d9b3c
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js environment
21
uses: actions/setup-node@v6.1.0
22
with:
23
- node-version: '22'
+ node-version: '24'
24
- uses: actions/cache@v5
25
26
path: '**/node_modules'
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
- name: Install dependencies
85
run: yarn install --frozen-lockfile
86
- name: Build
.github/workflows/pr.yml
@@ -22,7 +22,7 @@ jobs:
27
28
0 commit comments