Compare commits
1 Commits
63f536e594
...
jpd/feat/u
Author | SHA1 | Date | |
---|---|---|---|
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 ./
|
||||
|
Reference in New Issue
Block a user