Skip to content

remove nvm commands and specify Node version 18 #2

remove nvm commands and specify Node version 18

remove nvm commands and specify Node version 18 #2

Workflow file for this run

name: Build
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm |
mv .env.dist .env.local
npm install
npm run build