Skip to content

chore: update package to use NodeJS >=20.11.1 #158

chore: update package to use NodeJS >=20.11.1

chore: update package to use NodeJS >=20.11.1 #158

Workflow file for this run

name: "Node.js CI"
env:
HUSKY: 0
CI: true
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run bundle --if-present
- run: npx playwright install --with-deps
- run: npm run test --if-present