Skip to content

Commit cff004f

Browse files
chore: move to Node 22.x (#91)
PR-URL: #91
1 parent 95b02c8 commit cff004f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/code_health.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '18.16.1'
18+
node-version-file: '.nvmrc'
1919
cache: 'npm'
2020

2121
- name: Install dependencies

.github/workflows/populate_feed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '18.16.1'
21+
node-version-file: '.nvmrc'
2222
cache: 'npm'
2323

2424
- name: Install dependencies

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
22

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"author": "",
3434
"license": "MIT",
3535
"engines": {
36-
"node": ">=18.0.0",
37-
"npm": ">=9.0.0"
36+
"node": ">=22.0.0",
37+
"npm": ">=9.6.4"
3838
},
3939
"bugs": {
4040
"url": "https://github.com/nodejs/nodejs-news-feeder/issues"

0 commit comments

Comments
 (0)