We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d223f commit 24e895eCopy full SHA for 24e895e
.github/workflows/fetch.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: '20.9.0'
+ node-version: '22.14.0'
18
cache: yarn
19
20
- name: Installing
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
package.json
@@ -15,7 +15,7 @@
"@socialgouv/dila-api-client": "^1.2.4",
"@socialgouv/eslint-config-strict": "^0.35.0",
"@types/jest": "^27.0.3",
- "@types/node": "^14.17.34",
+ "@types/node": "^22.0.0",
"babel-eslint": "^10.1.0",
"dotenv": "^16.0.0",
21
"eslint": "^7.32.0",
0 commit comments