Skip to content

Update required Node.js version in README and package.json (#723) #393

Update required Node.js version in README and package.json (#723)

Update required Node.js version in README and package.json (#723) #393

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
with:
version: ${{ matrix.node-version }}