Skip to content

Commit

Permalink
chore(deps-dev): upgrade svelte, svelte-check
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 15, 2024
1 parent 2cdfae4 commit 54823e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: CI

on:
pull_request:
push:
Expand All @@ -9,14 +7,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install

- name: Test the library
run: |
yarn
yarn test
- name: Run unit tests
run: bun run test
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"gh-pages": "^4.0.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-readme": "^3.6.3"
},
"repository": {
Expand Down

0 comments on commit 54823e3

Please sign in to comment.