Skip to content

Bump @babel/traverse from 7.11.0 to 7.23.3 in /packages/app #18

Bump @babel/traverse from 7.11.0 to 7.23.3 in /packages/app

Bump @babel/traverse from 7.11.0 to 7.23.3 in /packages/app #18

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
image: postgres
- run: yarn
- run: echo 'ok'
env:
CI: true