Compare commits
2 Commits
c3e1a66112
...
3bc694ec5d
Author | SHA1 | Date | |
---|---|---|---|
3bc694ec5d | |||
b2473cae0f |
@ -27,7 +27,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'node:21.7.2-slim'
|
||||
image: 'node:21.7.3-slim'
|
||||
commands:
|
||||
- yarn set version 4.1.0
|
||||
- yarn install
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:21.7.2-slim
|
||||
FROM node:21.7.3-slim
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user