Skip to content

Commit db7d866

Browse files
authored
Merge pull request #24 from interactive-video-labs/renovate/node-22.x
chore(deps): update dependency node to v22
2 parents c75c961 + 47ec761 commit db7d866

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 22
2626
registry-url: 'https://registry.npmjs.org/'
2727
cache: 'pnpm'
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '18'
28+
node-version: '22'
2929
cache: 'pnpm'
3030

3131
- name: Install dependencies

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 18
35+
node-version: 22
3636

3737
- name: Install dependencies
3838
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)