mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
update github workflows to use the updated system
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: NodeJS with Webpack
|
||||
name: NodeJS Testing
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 16.x, 18.x]
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -24,9 +24,5 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd interface
|
||||
npm install
|
||||
npm run build
|
||||
cd ..
|
||||
npm install
|
||||
npm run build
|
||||
npm run build
|
||||
Reference in New Issue
Block a user