Skip to content

Commit 642cd91

Browse files
committed
bump node minor/patch
for compatibility with deps
1 parent bd38524 commit 642cd91

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: '22.6'
34+
node-version: '22.21'
3535

3636
- name: Install Node dependencies
3737
run: npm ci

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-node@v6
4343
with:
44-
node-version: '22.6'
44+
node-version: '22.21'
4545

4646
- name: Get cached dependencies
4747
uses: actions/cache@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.6.0
1+
v22.21.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript-eslint": "^8.47.0"
2828
},
2929
"engines": {
30-
"node": ">=22.6.0",
30+
"node": ">=22.21.1",
3131
"npm": ">=9"
3232
},
3333
"license": "MIT",

0 commit comments

Comments
 (0)