Skip to content

Upgrade to Node 18

Upgrade to Node 18 #64

Workflow file for this run

name: 'Build'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
npm install
npm run build