Skip to content

Merge remote-tracking branch 'origin/check-latest-fixes' #2

Merge remote-tracking branch 'origin/check-latest-fixes'

Merge remote-tracking branch 'origin/check-latest-fixes' #2

Workflow file for this run

env:name: NodeJS with Webpack

Check failure on line 1 in .github/workflows/webpack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/webpack.yml

Invalid workflow file

The workflow is not valid. .github/workflows/webpack.yml (Line: 1, Col: 1): Unexpected value 'env:name'
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [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 }}
- name: Build
run: |
npm install
npx webpack