Update node version in deploy workflow
This commit is contained in:
parent
492d4965c8
commit
b9f5d65559
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user