Skip to content

Commit 7d1584d

Browse files
committed
Dockerized run tests
1 parent ba6e807 commit 7d1584d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ on:
1010
jobs:
1111
Build:
1212
runs-on: ubuntu-latest
13+
container:
14+
image: ghcr.io/${{ github.repository }}/ci-runner:node-22-trixie-slim
1315
steps:
1416
- uses: actions/checkout@v5
1517
with:
1618
fetch-depth: 1
1719
- name: Install pnpm
1820
uses: pnpm/action-setup@v4
19-
- uses: actions/setup-node@v5
20-
with:
21-
node-version: '22'
22-
package-manager-cache: false
2321
- name: Environment details
2422
run: pnpm version
2523
- name: Install dependencies

0 commit comments

Comments
 (0)