Skip to content

chore(deps): update non-major to 2.4.3 #144

chore(deps): update non-major to 2.4.3

chore(deps): update non-major to 2.4.3 #144

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 17.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build