Skip to content

⬆️ Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 #356

⬆️ Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0

⬆️ Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 #356

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "master"
paths-ignore:
- "**.md"
- ".vscode/"
pull_request:
paths-ignore:
- "**.md"
- ".vscode/"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build