Skip to content

Commit

Permalink
use the new shared setup action where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Dec 28, 2024
1 parent 2240f95 commit 855dcf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-prerelease-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version-file: "package.json"

# intentially do not use cache to keep the build more comprehensible and sandboxed
- name: Install dependencies
run: npm ci

Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
packages: fonts-ipafont-mincho
execute_install_scripts: true

- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: "package.json"

- name: Install dependencies
run: npm ci
- uses: ./.github/actions/setup

- name: Build
run: npm run build
Expand Down

0 comments on commit 855dcf7

Please sign in to comment.