Skip to content

Merge pull request #45 from github/copilot/security-defaults-node-26 #136

Merge pull request #45 from github/copilot/security-defaults-node-26

Merge pull request #45 from github/copilot/security-defaults-node-26 #136

Workflow file for this run

name: Node.js CI
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 26
cache: npm
- run: npm ci
- run: npx playwright install chromium
- run: npm run build
- run: npm test
env:
CI: true