Skip to content

Bump @types/node from 22.5.0 to 22.5.1 #927

Bump @types/node from 22.5.0 to 22.5.1

Bump @types/node from 22.5.0 to 22.5.1 #927

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: volta install node@20
- run: npm install
- run: npm run build
- run: npm test
- run: volta install node@8
- run: npm run crash-test