mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
feat: fix node version during CI
This commit is contained in:
parent
a715e918c4
commit
306895cb07
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ when:
|
|||
event: tag
|
||||
steps:
|
||||
prepare:
|
||||
image: node
|
||||
image: node:20
|
||||
commands:
|
||||
- npm ci
|
||||
|
||||
|
|
Loading…
Reference in a new issue