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