This commit is contained in:
parent
c628724ebc
commit
3b220ff4aa
1 changed files with 2 additions and 1 deletions
|
|
@ -8,11 +8,12 @@ jobs:
|
|||
container:
|
||||
image: node:21-alpine
|
||||
steps:
|
||||
- name: setup node
|
||||
- name: setup job
|
||||
run: |
|
||||
apk add --no-cache libc6-compat git zstd docker docker-cli
|
||||
apk update
|
||||
addgroup $(whoami) docker
|
||||
service docker start
|
||||
yarn set version canary
|
||||
yarn config set nodeLinker node-modules
|
||||
- name: checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue