From a3cb90b96b5f4122df220006b34862421afc773f Mon Sep 17 00:00:00 2001 From: oier Date: Sat, 26 Aug 2023 16:32:22 +0200 Subject: [PATCH] workflows --- .gitea/workflows/release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c89a9ad8..f5bec8eb 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,12 +11,18 @@ env: jobs: export-linux: name: Linux Export - runs-on: node:16-bullseye + runs-on: ubuntu-latest container: image: barichello/godot-ci:3.5.2 steps: + - uses: actions/setup-node@v3 + with: + # Version Spec of the version to use in SemVer notation. + # It also emits such aliases as lts, latest, nightly and canary builds + # Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node + node-version: '16.x' - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: lfs: true - name: Setup