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: on:
push: push:
@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x, 16.x, 18.x] node-version: [20.x]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@@ -24,9 +24,5 @@ jobs:
- name: Build - name: Build
run: | run: |
cd interface
npm install
npm run build
cd ..
npm install npm install
npm run build npm run build