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 6654704 commit 48c6f40Copy full SHA for 48c6f40
.github/workflows/npm-script.yml
@@ -61,7 +61,7 @@ jobs:
61
- uses: actions/checkout@v5
62
with:
63
persist-credentials: false
64
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
65
66
node-version: ${{ matrix.node_version }}
67
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