Compare commits
1 Commits
ca4f15256e
...
130425a64b
Author | SHA1 | Date | |
---|---|---|---|
130425a64b |
@@ -27,7 +27,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'node:22.10.0-slim'
|
||||
image: 'node:22.11.0-slim'
|
||||
commands:
|
||||
- yarn set version 4.5.1
|
||||
- yarn install
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM node:22.10.0-slim
|
||||
FROM node:22.11.0-slim
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
Reference in New Issue
Block a user