chore(deps): update yarn to v4.5.1
This commit is contained in:
parent
5f45b02186
commit
01bd68aeec
@ -29,7 +29,7 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: 'node:22.9.0-slim'
|
image: 'node:22.9.0-slim'
|
||||||
commands:
|
commands:
|
||||||
- yarn set version 4.5.0
|
- yarn set version 4.5.1
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run jest
|
- yarn run jest
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ WORKDIR /opt/app
|
|||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install make \
|
&& apt-get -y install make \
|
||||||
&& yarn set version 4.5.0
|
&& yarn set version 4.5.1
|
||||||
|
|
||||||
COPY ./Makefile ./
|
COPY ./Makefile ./
|
||||||
COPY ./package.json ./
|
COPY ./package.json ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user