ci: use node image
This commit is contained in:
parent
b5f5fe0725
commit
9cefead429
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue