Skip to content

Commit

Permalink
Fix GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jun 6, 2024
1 parent 09328db commit 292acb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hovercards-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: web/packages/hovercards
strategy:
matrix:
node-version: [20]
Expand All @@ -24,6 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: web/packages/hovercards/yarn.lock

- name: Install dependencies
working-directory: web/packages/hovercards
Expand Down
2 changes: 1 addition & 1 deletion web/packages/hovercards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
},
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 292acb8

Please sign in to comment.