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 79f52d1 commit d0db867Copy full SHA for d0db867
.github/workflows/cd.yaml
@@ -33,7 +33,7 @@ jobs:
33
run:
34
echo "VERSION=`git describe --tags HEAD | tr -d '\n'`" >> $GITHUB_ENV
35
36
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
37
with:
38
node-version: "22.x"
39
cache: "npm"
.github/workflows/test-and-release.yaml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
26
27
28
29
0 commit comments