update github workflows to use the updated system

This commit is contained in:
SethBurkart123
2024-01-26 12:49:55 +11:00
parent b7c4fa8817
commit f9bb6f9951
@@ -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