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 0142a14 commit 289fc53Copy full SHA for 289fc53
.github/workflows/npm-publish-github-packages.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 20
+ node-version: 24
18
- run: npm install
19
20
publish-gpr:
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
registry-url: https://npm.pkg.github.com/
32
- name: Install
33
run: npm install
.github/workflows/static.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
34
- uses: actions/setup-node@v4
35
36
37
- name: Setup Pages
38
uses: actions/configure-pages@v5
39
0 commit comments