Skip to content

Merge pull request #537 from bervProject/dependabot/npm_and_yarn/apol… #1198

Merge pull request #537 from bervProject/dependabot/npm_and_yarn/apol…

Merge pull request #537 from bervProject/dependabot/npm_and_yarn/apol… #1198

Workflow file for this run

name: NodeJS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn --frozen-lockfile
yarn build