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