Skip to content

(MAJOR) Update node from v16 to v20 #208

(MAJOR) Update node from v16 to v20

(MAJOR) Update node from v16 to v20 #208

Workflow file for this run

# Summary:
# Test if the GitHub Action builds correctly.
# Makes sure the GitHub Action builds when being built by GitHub Actions.
#
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v3
name: 'GitHub Action build test'
on:
pull_request:
push:
jobs:
run-build-test:
strategy:
matrix:
version: [ 16, 18, 20 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
yarn
yarn build:once