1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Pin node version in release-selfhost job

This commit is contained in:
Martin McKeaveney 2023-03-01 22:03:34 +00:00 committed by GitHub
parent de66e531b5
commit 7819908fe2

View file

@ -16,9 +16,13 @@ jobs:
- uses: actions/checkout@v2
with:
node-version: 14.x
fetch_depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Get the latest budibase release version
id: version
run: |