Update .gitea/workflows/merge-master-tag-deploy.yaml
Build KX3DEX.radio / Build and Deploy (push) Failing after 2m43s
Details
Build KX3DEX.radio / Build and Deploy (push) Failing after 2m43s
Details
parent
7eed63fe2c
commit
2becf72f39
|
@ -11,14 +11,11 @@ jobs:
|
|||
runs-on: host
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
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
|
||||
with:
|
||||
node-version: '18.20.0'
|
||||
|
||||
- name: Create a new release and publish package.
|
||||
|
|
Loading…
Reference in New Issue