Skip to content

Fix CI dependency installation #115

Fix CI dependency installation

Fix CI dependency installation #115

Workflow file for this run

name: Node CI
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Use Node.js 24.x
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: 24.x
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true
CHROME_BIN: google-chrome