Skip to content

Bump @types/node from 18.14.6 to 20.10.6 #244

Bump @types/node from 18.14.6 to 20.10.6

Bump @types/node from 18.14.6 to 20.10.6 #244

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- run: npm ci
- run: npm run build