We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d203986 commit e66e1caCopy full SHA for e66e1ca
.eslintrc.json
@@ -18,7 +18,7 @@
18
"dist",
19
"src/scripts",
20
"**/*.d.ts",
21
- "vite.config.js"
+ "vite.config.*"
22
],
23
"rules": {
24
"@typescript-eslint/consistent-type-imports": [
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-javascript-code.yaml@main
15
secrets: inherit
16
with:
17
- node-version: 18
+ node-version: 22
release:
needs: [test]
@@ -40,4 +40,4 @@ jobs:
40
41
needs: [release]
42
43
0 commit comments