Skip to content

Commit 24e895e

Browse files
chore(deps): update dependency node to v22
1 parent a3d223f commit 24e895e

File tree

4 files changed

+26
-281
lines changed

4 files changed

+26
-281
lines changed

.github/workflows/fetch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.9.0'
17+
node-version: '22.14.0'
1818
cache: yarn
1919

2020
- name: Installing

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: '20.9.0'
16+
node-version: '22.14.0'
1717
cache: yarn
1818

1919
- name: Installing

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@socialgouv/dila-api-client": "^1.2.4",
1616
"@socialgouv/eslint-config-strict": "^0.35.0",
1717
"@types/jest": "^27.0.3",
18-
"@types/node": "^14.17.34",
18+
"@types/node": "^22.0.0",
1919
"babel-eslint": "^10.1.0",
2020
"dotenv": "^16.0.0",
2121
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)