Skip to content

Commit 8f76159

Browse files
committed
node20
1 parent be09e70 commit 8f76159

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
@@ -19,7 +19,7 @@ inputs:
1919
required: false
2020
default: ''
2121
runs:
22-
using: 'node18'
22+
using: 'node20'
2323
main: 'dist/index.js'
2424
branding:
2525
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": "pubrel",
33
"description": "Publish releases and upload assets. Existing releases can be replaced (delete & recreate). It supports GitHub Enterprise.",
4-
"version": "0.19.0",
4+
"version": "0.20.0",
55
"author": "Chris Burkert (https://github.com/cb80)",
66
"license": "MIT",
77
"main": "lib/main.js",

0 commit comments

Comments
 (0)