Skip to content

Bump actions/setup-node from 3.7.0 to 4.0.0 #49

Bump actions/setup-node from 3.7.0 to 4.0.0

Bump actions/setup-node from 3.7.0 to 4.0.0 #49

Workflow file for this run

name: Build website
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
test-deploy:
name: Build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build