We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd0611 commit 65a5e89Copy full SHA for 65a5e89
4 files changed
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up NodeJS
19
uses: actions/setup-node@v5
20
with:
21
- node-version: '22.x'
+ node-version: '24.x'
22
- name: Clean
23
run: rm -rf node_modules
24
- name: Install dependencies
0 commit comments