Skip to content

Commit

Permalink
Bump to node16 (#24)
Browse files Browse the repository at this point in the history
`node12` is deprecated with following warning appearing in 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: cachix/install-nix-action, cachix/cachix-action, juliangruber/read-file-action, cachix/cachix-action
```
  • Loading branch information
ggreif authored Oct 11, 2022
1 parent 8d3d3a7 commit 2b307ca
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 @@ -16,5 +16,5 @@ outputs:
content:
description: 'File content'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 2b307ca

Please sign in to comment.