fix(ci): use GitHub-hosted runners until self-hosted are deployed #17

Merged
ghost merged 3 commits from fix/ci-use-github-hosted-runners into main 2026-03-17 18:41:12 +00:00
Showing only changes of commit fd65679ca1 - Show all commits
-3
View File
@@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -40,7 +39,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -60,7 +58,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile