Skip to content

Commit d14a7cb

Browse files
authored
Merge pull request #263 from codecoolture/renovate/node-22.x
Update Node.js to v22.21.1
2 parents a48d55b + 03165fd commit d14a7cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: "22.19.0"
10+
node-version: "22.21.1"
1111
cache: "yarn"
1212
- run: "yarn install"
1313
- run: "yarn analyze"
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "22.19.0"
21+
node-version: "22.21.1"
2222
cache: "yarn"
2323
- run: "yarn install"
2424
- run: "yarn ci:test"
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: "22.19.0"
33+
node-version: "22.21.1"
3434
cache: "yarn"
3535
- run: "yarn install"
3636
- run: "yarn ci:test:acc"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.19.0
1+
22.21.1

0 commit comments

Comments
 (0)