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 b0541a0 commit 6b09016Copy full SHA for 6b09016
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
20
with:
21
- node-version: '22'
+ node-version: '24'
22
- name: Install
23
run: npm i
24
- name: Test
0 commit comments