Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.2 #50

Bump @babel/traverse from 7.22.11 to 7.23.2

Bump @babel/traverse from 7.22.11 to 7.23.2 #50

Workflow file for this run

##
## Copyright 2023 Ocean Protocol Foundation
## SPDX-License-Identifier: Apache-2.0
##
name: Docker tests
on:
- pull_request
jobs:
dockerbuild:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: docker build -t "testimage:latest" .