Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 (#84) #646

Bump @babel/traverse from 7.22.5 to 7.23.2 (#84)

Bump @babel/traverse from 7.22.5 to 7.23.2 (#84) #646

Workflow file for this run

name: Test
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false
- name: Test
run: |
pnpm i
pnpm test