Skip to content

Bump next from 13.0.7 to 14.2.4 #687

Bump next from 13.0.7 to 14.2.4

Bump next from 13.0.7 to 14.2.4 #687

Workflow file for this run

name: CI
on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm i
- name: Run tests
run: npm run test