Skip to content

update node version and fix npmjs deployment issue #39

update node version and fix npmjs deployment issue

update node version and fix npmjs deployment issue #39

Workflow file for this run

name: Continuous Integration
on:
push:
paths-ignore:
- '**.md'
jobs:
ci:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
- name: Run all tests
run: xvfb-run pnpm run ci