feat: fix node version during CI

This commit is contained in:
Yarmo Mackenbach 2024-06-02 14:17:54 +02:00
parent a715e918c4
commit 306895cb07
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -3,7 +3,7 @@ when:
event: tag
steps:
prepare:
image: node
image: node:20
commands:
- npm ci