We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf18e5 commit 4e430cfCopy full SHA for 4e430cf
.github/workflows/release.yml
@@ -22,10 +22,6 @@ on:
22
description: The NodeJS version
23
default: ${{vars.NODE_VERSION || '20'}}
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
generate:
30
description: Generate the parser artifacts
31
default: false
@@ -42,7 +38,7 @@ jobs:
42
38
strategy:
43
39
matrix:
44
40
os:
45
- - "ubuntu-${{inputs.ubuntu-version}}"
41
+ - "ubuntu-20.04"
46
- windows-latest
47
- macos-latest
48
steps:
@@ -68,7 +64,7 @@ jobs:
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
# environment:
73
# name: ${{inputs.environment-name}}
74
# url: https://www.npmjs.com/package/${{inputs.package-name}}
0 commit comments