Skip to content

Commit

Permalink
Merge pull request #51 from Jalle19/upgrades
Browse files Browse the repository at this point in the history
Upgrade to SvelteKit 2
  • Loading branch information
Jalle19 authored Feb 19, 2024
2 parents 0854628 + 89a6d52 commit e222f3b
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 390 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Check formatting
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Run eslint
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Run tests
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Check formatting
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Run eslint
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest"
},
"engines": {
"node": ">= 16"
"node": ">= 18"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
Expand Down
Loading

0 comments on commit e222f3b

Please sign in to comment.