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