Skip to content

Merge pull request #50 from s00d/dependabot/npm_and_yarn/webpack-5.94.0 #40

Merge pull request #50 from s00d/dependabot/npm_and_yarn/webpack-5.94.0

Merge pull request #50 from s00d/dependabot/npm_and_yarn/webpack-5.94.0 #40

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm test
env:
CI: true