Skip to content

Commit

Permalink
Start using Node v16
Browse files Browse the repository at this point in the history
We are getting this message from Github:

```
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: tespkg/actions-cache
```
  • Loading branch information
fcsonline authored and jackieli-tes committed Oct 19, 2022
1 parent 7052485 commit dc4fe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ outputs:
cache-hit:
description: "A boolean value to indicate an exact match was found for the primary key"
runs:
using: node12
using: node16
main: "dist/restore/index.js"
post: "dist/save/index.js"
post-if: "success()"
Expand Down

0 comments on commit dc4fe34

Please sign in to comment.