Skip to content

Commit 820caf4

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update dependency node to v22
1 parent 7658e61 commit 820caf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 16
13+
node-version: 22
1414
- run: npm ci
1515
- run: npm run lint

.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
if: ${{ steps.release.outputs.release_created }}
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
registry-url: 'https://registry.npmjs.org'
2626
if: ${{ steps.release.outputs.release_created }}
2727
- run: npm ci

0 commit comments

Comments
 (0)