Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 #362

Bump @babel/traverse from 7.22.5 to 7.23.2

Bump @babel/traverse from 7.22.5 to 7.23.2 #362

name: Pull Request CI
on:
pull_request:
branches:
- main
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- name: Run linters
run: npm run lint
astro-check:
name: Astro check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- name: Astro check
run: npm run astro-check