Skip to content

fix: use fs.promises.readFile to import Node manifest #52

fix: use fs.promises.readFile to import Node manifest

fix: use fs.promises.readFile to import Node manifest #52

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
gyp:
strategy:
matrix:
os:
- macos-15
- ubuntu-24.04
- windows-2019
fail-fast: false
runs-on: ${{ matrix.os }}
steps:

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
- name: Checkout repository
uses: actions/[email protected]
- name: Use Node version defined in manifest
uses: volta-cli/[email protected]
- name: Node.js version
run: node -v
- name: npm version
run: npm -v
- name: Install dependencies
run: npm ci
-name: Rebuild Node addons
run: npm run gyp
- name: Run selenium test suite
run: npm t