generated from futureware-tech/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
Describe the bug
We are getting an error in our CI.
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: futureware-tech/simulator-action
Additional context
Could you please update action.yml to use Node 16?
runs: using: 'node16'
dotdoom