Skip to content

Bump next from 14.1.1 to 15.0.3 #855

Bump next from 14.1.1 to 15.0.3

Bump next from 14.1.1 to 15.0.3 #855

Workflow file for this run

name: JavaScript CI
on:
workflow_dispatch:
push:
branches: [ develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build