Skip to content

Commit

Permalink
Merge pull request finale-lua#606 from asherber/fix-actions
Browse files Browse the repository at this point in the history
Update actions to node 16
  • Loading branch information
asherber authored Nov 30, 2023
2 parents cf646c9 + 48f41f3 commit 0a93559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: 'The directory of the outputted bundled files'
required: true
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion .github/actions/get-metadata/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ inputs:
description: 'The location for the json file'
required: true
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 0a93559

Please sign in to comment.