Skip to content

Merge pull request #284 from gaohan085/dependabot/npm_and_yarn/nodejs… #489

Merge pull request #284 from gaohan085/dependabot/npm_and_yarn/nodejs…

Merge pull request #284 from gaohan085/dependabot/npm_and_yarn/nodejs… #489

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: true
- name: Build
run: pnpm build