We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e074327 commit 6b99a74Copy full SHA for 6b99a74
3 files changed
.github/workflows/cicd.yml
@@ -17,6 +17,11 @@ jobs:
17
- name: Check out code
18
uses: actions/checkout@v3
19
20
+ - name: Set up node20
21
+ uses: actions/setup-node@v3
22
+ with:
23
+ node-version: 20
24
+
25
- name: Run npm
26
run: npm install && npm run all
27
action.yml
@@ -10,7 +10,7 @@ inputs:
10
required: false
11
default: ${{ github.token }}
12
runs:
13
- using: 'node18'
+ using: 'node20'
14
main: 'dist/index.js'
15
branding:
16
icon: 'box'
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "delrel",
3
"description": "Delete a release by tag name. It supports GitHub Enterprise.",
4
- "version": "0.17.0",
+ "version": "0.18.0",
5
"author": "Chris Burkert (https://github.com/cb80)",
6
"license": "MIT",
7
"main": "lib/main.js",
0 commit comments