Skip to content

fix: bump to node20 #422

fix: bump to node20

fix: bump to node20 #422

Workflow file for this run

name: Build and Analyze
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3.6.0
with:
node-version: v14
- uses: actions/checkout@v3
- run: yarn
- run: yarn build
- run: yarn format-check