Skip to content

Bump actions/setup-node from 3.8.1 to 4.0.0 #59

Bump actions/setup-node from 3.8.1 to 4.0.0

Bump actions/setup-node from 3.8.1 to 4.0.0 #59

Workflow file for this run

name: CI
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run validate
- run: npm run diff
- run: npm run build_sprites