Skip to content

Commit

Permalink
feat: Update to use node 20 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fast-facts committed Oct 9, 2024
1 parent 4d2a2f3 commit 86a4488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.dispatch.build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Semantic Releasing
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ outputs:
ng-update-result:
description: The result of this action
runs:
using: node16
using: node20
main: dist/main.js
branding:
icon: 'arrow-up'
Expand Down

0 comments on commit 86a4488

Please sign in to comment.