Skip to content

Bump @types/node from 20.11.20 to 20.14.8 #808

Bump @types/node from 20.11.20 to 20.14.8

Bump @types/node from 20.11.20 to 20.14.8 #808

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 16
- 18
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Install node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run package