Skip to content

Commit

Permalink
Update project GitHub Actions to node16
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Benoit Paux <[email protected]>
  • Loading branch information
jbpaux committed Jan 4, 2023
1 parent 815bc67 commit 24feffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-component-multi-arch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
description: Specify the github event name (push, pull_request, release, etc)
required: true
runs:
using: 'node12'
using: 'node16'
main: 'main.js'
2 changes: 1 addition & 1 deletion .github/actions/build-component-per-arch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ inputs:
description: Specify whether a PR has been merged
required: true
runs:
using: 'node12'
using: 'node16'
main: 'main.js'
2 changes: 1 addition & 1 deletion .github/actions/build-intermediate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ inputs:
description: Specify whether a PR has been merged
required: true
runs:
using: 'node12'
using: 'node16'
main: 'main.js'

0 comments on commit 24feffb

Please sign in to comment.