Skip to content

[deps]: Pin node to 20.14.0 #1544

[deps]: Pin node to 20.14.0

[deps]: Pin node to 20.14.0 #1544

Workflow file for this run

---
name: Build
on:
push:
paths-ignore:
- ".github/workflows/**"
workflow_dispatch:
inputs: {}
defaults:
run:
shell: bash
jobs:
lint:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
node-version: "18"
- name: Build
run: |
npm ci
npm run build