mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
change node version for deploy
This commit is contained in:
parent
9cff6524a2
commit
c58597a31d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
- npx @11ty/eleventy --input=. --output=public
|
- npx @11ty/eleventy --input=. --output=public
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: node:latest
|
image: node:18
|
||||||
secrets:
|
secrets:
|
||||||
- SWA_CLI_DEPLOYMENT_TOKEN
|
- SWA_CLI_DEPLOYMENT_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue