Skip to content

Bump next from 13.5.3 to 13.5.4 #3621

Bump next from 13.5.3 to 13.5.4

Bump next from 13.5.3 to 13.5.4 #3621

Workflow file for this run

name: test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci