Compare commits
2 Commits
93432eddae
...
74136218ca
Author | SHA1 | Date | |
---|---|---|---|
74136218ca | |||
02db9d3077 |
@ -27,7 +27,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'node:22.7.0-slim'
|
||||
image: 'node:22.8.0-slim'
|
||||
commands:
|
||||
- yarn set version 4.4.1
|
||||
- yarn install
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:22.7.0-slim
|
||||
FROM node:22.8.0-slim
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user