Skip to content

Commit

Permalink
node20
Browse files Browse the repository at this point in the history
  • Loading branch information
cb80 committed Oct 20, 2023
1 parent e074327 commit 6b99a74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Set up node20
uses: actions/setup-node@v3
with:
node-version: 20

- name: Run npm
run: npm install && npm run all

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: 'node18'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'box'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "delrel",
"description": "Delete a release by tag name. It supports GitHub Enterprise.",
"version": "0.17.0",
"version": "0.18.0",
"author": "Chris Burkert (https://github.com/cb80)",
"license": "MIT",
"main": "lib/main.js",
Expand Down

0 comments on commit 6b99a74

Please sign in to comment.