Update node version in deploy workflow
Some checks failed
Deploy / deploy (push) Failing after 3s
Deploy / build (push) Failing after 45s

This commit is contained in:
Valentin Popov 2024-09-11 19:26:51 +00:00
parent 492d4965c8
commit b9f5d65559
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -9,13 +9,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v4
with:
name: website
path: dist/
compression-level: 9
deploy:
runs-on: self-hosted