We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d49ad commit 51a5c7fCopy full SHA for 51a5c7f
3 files changed
.github/workflows/main.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: '20.x'
+ node-version: '22.x'
22
23
- name: Install Dependencies 📌
24
run: npm ci --ignore-scripts
0 commit comments