Skip to content

Merge pull request #458 from libetl/dependabot/npm_and_yarn/types/nod… #928

Merge pull request #458 from libetl/dependabot/npm_and_yarn/types/nod…

Merge pull request #458 from libetl/dependabot/npm_and_yarn/types/nod… #928

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