We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573bb94 commit 816eb82Copy full SHA for 816eb82
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Installing Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 18
+ node-version: 22
22
check-latest: true
23
- run: corepack enable
24
- name: Install Deno
package.json
@@ -37,7 +37,7 @@
37
"@netlify/eslint-config-node": "^7.0.1",
38
"@playwright/test": "^1.44.0",
39
"@remix-run/eslint-config": "^2.9.2",
40
- "@types/node": "^20.0.0",
+ "@types/node": "^22.0.0",
41
"@typescript-eslint/eslint-plugin": "^7.0.0",
42
"@typescript-eslint/parser": "^7.0.0",
43
"eslint": "^8.33.0",
0 commit comments