Skip to content

Bump @babel/traverse from 7.22.19 to 7.23.2 #5

Bump @babel/traverse from 7.22.19 to 7.23.2

Bump @babel/traverse from 7.22.19 to 7.23.2 #5

Workflow file for this run

name: HackSI Site PR Build
on:
pull_request:
branches:
- master
jobs:
build:
name: PR Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test