Skip to content

build(deps): bump react-simple-keyboard from 3.7.121 to 3.7.146 #1016

build(deps): bump react-simple-keyboard from 3.7.121 to 3.7.146

build(deps): bump react-simple-keyboard from 3.7.121 to 3.7.146 #1016

Workflow file for this run

name: Build App
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [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: Install Packages
run: npm install
- name: Build
run: npm run test-build --if-present
# - name: Test
# run: npm test