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 be9f923 commit f7905e2Copy full SHA for f7905e2
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: 🗜️ Setup node version
18
uses: actions/setup-node@v4
19
with:
20
- node-version: 22
+ node-version: 24
21
registry-url: 'https://registry.npmjs.org'
22
23
- name: 🛠️ Install
@@ -69,7 +69,7 @@ jobs:
69
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, 'beta') == false
70
71
72
73
registry-url: https://npm.pkg.github.com/
74
scope: '@celtian'
75
.github/workflows/pull-request.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
0 commit comments