Skip to content

Commit

Permalink
Merge branch 'main' into properties-support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Feb 23, 2024
2 parents 3272034 + 301ea44 commit 6a138f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: 📦 Install dependencies
run: pnpm install
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: 📦 Install dependencies
run: pnpm install
Expand All @@ -48,3 +48,5 @@ jobs:

- name: 🟩 Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6a138f1

Please sign in to comment.