Use alpine 3.19 for yarn dependencies

This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:04:43 +00:00
parent 157c406f83
commit 0b6e72c870
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -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