Skip to content

Commit

Permalink
Updating to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Apr 3, 2024
1 parent 3d0c497 commit e78e308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
description: 'A list of labels that at least one is required on the pull request.'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'tag'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enforce-label",
"version": "1.0.0",
"version": "1.0.1",
"description": "Action for enforcing labels on a pull-request.",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit e78e308

Please sign in to comment.