feat: upgrade yarn to 4.5.3
This commit is contained in:
parent
c35f05c791
commit
ae8094c9e0
@ -29,7 +29,7 @@ steps:
|
||||
- name: test
|
||||
image: 'node:22.11.0-slim'
|
||||
commands:
|
||||
- yarn set version 4.5.1
|
||||
- yarn set version 4.5.3
|
||||
- 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.1
|
||||
&& yarn set version 4.5.3
|
||||
|
||||
COPY ./Makefile ./
|
||||
COPY ./package.json ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user