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 76f95a1 commit 9a70533Copy full SHA for 9a70533
.github/workflows/npm-script.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/checkout@v5
63
with:
64
persist-credentials: false
65
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
66
67
node-version: ${{ matrix.node_version }}
68
cache: "npm"
.github/workflows/release-please.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
show-progress: false
39
40
41
# The 22.11.0 is instead of lts per https://github.com/mochajs/mocha/issues/5278
42
node-version: "22.11.0"
0 commit comments