Update node.js.yml

This commit is contained in:
Legonzaur
2023-06-01 12:48:56 +02:00
committed by GitHub
parent 6d1c0d0d22
commit 2f272e48e6
+4 -2
View File
@@ -11,9 +11,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
strategy:
matrix:
node-version: [18.x]
@@ -32,5 +33,6 @@ jobs:
uses: actions/upload-pages-artifact@v1.0.8
with:
path: dist
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v2.0.1