Skip to content

Bump jest from 29.6.1 to 29.6.2 #24

Bump jest from 29.6.1 to 29.6.2

Bump jest from 29.6.1 to 29.6.2 #24

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node 18
uses: actions/setup-node@v3
with:
node-version: '18'
check-latest: true
- name: Install
run: npm ci
- name: Test
run: npm run test
env:
CI: true