Update node.js.yml

This commit is contained in:
Legonzaur
2023-06-01 12:41:19 +02:00
committed by GitHub
parent f35196ab4a
commit 6d1c0d0d22
+2 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
@@ -26,6 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --force
- run: npm run build --if-present
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.8