Skip to content

Commit

Permalink
Run using node16 (updated from node12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Oct 24, 2022
1 parent ce44471 commit dd2a834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.0
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outputs:
prerelease:
description: 'Whether this release is marked as a pre-release or not'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'tag'
Expand Down

0 comments on commit dd2a834

Please sign in to comment.