Compare commits
1 Commits
10983314b8
...
4fc6b2df71
Author | SHA1 | Date | |
---|---|---|---|
4fc6b2df71 |
@@ -27,7 +27,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'node:22.17.0-slim'
|
||||
image: 'node:22.17.1-slim'
|
||||
commands:
|
||||
- yarn set version 4.6.0
|
||||
- yarn install
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM node:22.17.0-slim
|
||||
FROM node:22.17.1-slim
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
Reference in New Issue
Block a user