1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix runner missing images

This commit is contained in:
alexcos20 2023-12-05 15:27:41 +02:00
parent 687915b20e
commit e71159e0a1

View File

@ -119,8 +119,6 @@ jobs:
- run: npm run build:metadata
- name: Delete default runner images
run: |
docker image rm node:14
docker image rm node:14-alpine
docker image rm node:16
docker image rm node:16-alpine
docker image rm node:18