Skip to content

[Snyk] Upgrade: , , react-hook-form #642

[Snyk] Upgrade: , , react-hook-form

[Snyk] Upgrade: , , react-hook-form #642

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
ruby settings_writer.rb
npm install
npm run test