diff --git a/action.yml b/action.yml index 8d53ecb..44e50b8 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ outputs: dxc-path: description: "Location of the dxc compiler." runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'