Skip to content

build(deps-dev): bump @babel/traverse from 7.12.12 to 7.23.2 #279

build(deps-dev): bump @babel/traverse from 7.12.12 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.12.12 to 7.23.2 #279

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
- name: Install npm7
run: npm i -g npm@7
- name: Install dependencies
run: pnpm install
- name: Test
run: pnpm test