Skip to content

Bump next from 14.1.1 to 14.2.10 (#2) #8

Bump next from 14.1.1 to 14.2.10 (#2)

Bump next from 14.1.1 to 14.2.10 (#2) #8

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run build
- run: npm run start