Skip to content

build(deps-dev): bump @types/node from 20.14.10 to 22.7.5 #89

build(deps-dev): bump @types/node from 20.14.10 to 22.7.5

build(deps-dev): bump @types/node from 20.14.10 to 22.7.5 #89

Workflow file for this run

name: Build application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x", "20.x"]
steps:
- name: Checkout actions
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Build
run: |
npm i
npm run build