ci: use node image

This commit is contained in:
Michael Kriese 2023-12-07 09:58:12 +01:00
parent b5f5fe0725
commit 9cefead429
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -5,7 +5,8 @@ on:
jobs: jobs:
prettier: prettier:
runs-on: k8s runs-on: docker
container: ghcr.io/containerbase/node:20.10.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -13,7 +14,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version-file: '.node-version'
cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci