Skip to content

Bump next from 13.3.0 to 13.5.1 in /cubeseed_login #83

Bump next from 13.3.0 to 13.5.1 in /cubeseed_login

Bump next from 13.3.0 to 13.5.1 in /cubeseed_login #83

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: cubeseed_login
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run build