Use alpine 3.19 for yarn dependencies
This commit is contained in:
parent
157c406f83
commit
0b6e72c870
2
.github/workflows/yarn.yml
vendored
2
.github/workflows/yarn.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
yarn-install:
|
yarn-install:
|
||||||
name: Install Yarn dependencies
|
name: Install Yarn dependencies
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:lts-alpine
|
container: alpine:3.19
|
||||||
steps:
|
steps:
|
||||||
- run: apk add git
|
- run: apk add git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user