Skip to content

Bump @types/node from 22.10.2 to 22.10.3 #534

Bump @types/node from 22.10.2 to 22.10.3

Bump @types/node from 22.10.2 to 22.10.3 #534

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build:ci
- run: yarn test
- run: yarn pack
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: package
path: |
*.tgz