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 77e98ea commit c469a34Copy full SHA for c469a34
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v5
13
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
14
with:
15
node-version: 22
16
cache: 'npm'
.github/workflows/publish.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments