Skip to content

Update Serenity/JS to ^3.9.1 #1623

Update Serenity/JS to ^3.9.1

Update Serenity/JS to ^3.9.1 #1623

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [ opened, synchronize ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Node Modules (root)
uses: bahmutov/npm-install@v1
with:
install-command: npm ci
- run: npm run lint
- run: npm test
env:
CI: true
- name: GitHub Pages
uses: JamesIves/[email protected]
if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main'
with:
BRANCH: gh-pages
FOLDER: target/site/serenity
CLEAN: true