Skip to content

Commit e66e1ca

Browse files
authored
fix: Node 22 (#86)
* Upgrade to node 22 * Try ignoring .ts vite config * Ignore all vite configs * Back to main branch
1 parent d203986 commit e66e1ca

File tree

3 files changed

+2403
-2421
lines changed

3 files changed

+2403
-2421
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dist",
1919
"src/scripts",
2020
"**/*.d.ts",
21-
"vite.config.js"
21+
"vite.config.*"
2222
],
2323
"rules": {
2424
"@typescript-eslint/consistent-type-imports": [

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-javascript-code.yaml@main
1515
secrets: inherit
1616
with:
17-
node-version: 18
17+
node-version: 22
1818

1919
release:
2020
needs: [test]
@@ -40,4 +40,4 @@ jobs:
4040
secrets: inherit
4141
needs: [release]
4242
with:
43-
node-version: 18
43+
node-version: 22

0 commit comments

Comments
 (0)