Skip to content

Bump @babel/traverse from 7.11.5 to 7.23.2 #113

Bump @babel/traverse from 7.11.5 to 7.23.2

Bump @babel/traverse from 7.11.5 to 7.23.2 #113

Workflow file for this run

name: Lint & Build CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:prod
- run: npm run lint
- name: Upload artifact
uses: actions/[email protected]
with:
# Artifact name
name: build
# Directory containing files to upload
path: dist