Update webpack.yml

This commit is contained in:
YuMao 2024-09-27 15:09:26 +08:00 committed by GitHub
parent 089f57eff3
commit 6e06d8145d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: NodeJS with Webpack
name: Build MCSManager
on:
push:
@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 20.x]
steps:
- uses: actions/checkout@v3