Skip to content

Commit 620c3ca

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.4
2 parents 4544009 + 50698d3 commit 620c3ca

File tree

3 files changed

+36
-27
lines changed

3 files changed

+36
-27
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Use Node.js version ${{ matrix.node-version }}
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
cache: 'npm'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release-type: node
2222
- uses: actions/checkout@v5
2323
if: ${{ steps.release.outputs.release_created }}
24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v5
2525
with:
2626
node-version: lts/*
2727
registry-url: https://registry.npmjs.org

package-lock.json

Lines changed: 34 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)