Skip to content

Commit 91aef24

Browse files
chore(deps): update dependency node to v22 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9653c89 commit 91aef24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js 18.x
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18.x
20+
node-version: 22.x
2121
cache: 'npm'
2222
registry-url: 'https://registry.npmjs.org/'
2323

@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Node.js 18.x
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: 18.x
46+
node-version: 22.x
4747
cache: 'npm'
4848
registry-url: 'https://registry.npmjs.org/'
4949

@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Node.js 18.x
6464
uses: actions/setup-node@v4
6565
with:
66-
node-version: 18.x
66+
node-version: 22.x
6767
cache: 'npm'
6868
registry-url: 'https://registry.npmjs.org/'
6969

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js 18.x
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 22.x
2020
cache: 'npm'
2121
registry-url: 'https://registry.npmjs.org/'
2222

0 commit comments

Comments
 (0)