Update node version in deploy workflow
Some checks failed
Deploy / deploy (push) Failing after 1s
Deploy / build (push) Successful in 58s

This commit is contained in:
Valentin Popov 2024-09-11 19:33:47 +00:00
parent 2b8ddeda4f
commit 1a67c77d9d
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: website
path: dist/