Compare commits
1 Commits
31829c6ad7
...
a232e95957
Author | SHA1 | Date | |
---|---|---|---|
a232e95957 |
@ -27,7 +27,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'node:20.8.1-slim'
|
||||
image: 'node:20.9.0-slim'
|
||||
commands:
|
||||
- yarn set version 3.6.3
|
||||
- yarn install
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:20.8.1-slim
|
||||
FROM node:20.9.0-slim
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user