Skip to content

Update JamesIves/github-pages-deploy-action action to v4.7.2 #291

Update JamesIves/github-pages-deploy-action action to v4.7.2

Update JamesIves/github-pages-deploy-action action to v4.7.2 #291

Workflow file for this run

name: build
on:
- pull_request
env:
NODEJS_VERSION: '16'
jobs:
bundle:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODEJS_VERSION }}
cache: npm
- run: npm install
- name: Bundle specification
run: npm run build
- name: Validate specification
run: npm run test