File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
22
description : The NodeJS version
23
23
default : ${{vars.NODE_VERSION || '20'}}
24
24
type : string
25
- ubuntu-version :
26
- description : The version of the Ubuntu runner image
27
- default : ${{vars.UBUNTU_VERSION || '20.04'}}
28
- type : string
29
25
generate :
30
26
description : Generate the parser artifacts
31
27
default : false
42
38
strategy :
43
39
matrix :
44
40
os :
45
- - " ubuntu-${{inputs.ubuntu-version}} "
41
+ - " ubuntu-20.04 "
46
42
- windows-latest
47
43
- macos-latest
48
44
steps :
68
64
# package:
69
65
# name: Publish NodeJS package
70
66
# needs: [build_wasm, build_node]
71
- # runs-on: ubuntu-${{inputs.ubuntu-version}}
67
+ # runs-on: ubuntu-latest
72
68
# environment:
73
69
# name: ${{inputs.environment-name}}
74
70
# url: https://www.npmjs.com/package/${{inputs.package-name}}
You can’t perform that action at this time.
0 commit comments