Skip to content

Commit 6b99a74

Browse files
committed
node20
1 parent e074327 commit 6b99a74

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Check out code
1818
uses: actions/checkout@v3
1919

20+
- name: Set up node20
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: 20
24+
2025
- name: Run npm
2126
run: npm install && npm run all
2227

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required: false
1111
default: ${{ github.token }}
1212
runs:
13-
using: 'node18'
13+
using: 'node20'
1414
main: 'dist/index.js'
1515
branding:
1616
icon: 'box'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "delrel",
33
"description": "Delete a release by tag name. It supports GitHub Enterprise.",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"author": "Chris Burkert (https://github.com/cb80)",
66
"license": "MIT",
77
"main": "lib/main.js",

0 commit comments

Comments
 (0)