Skip to content

Commit

Permalink
Bump node from 12 to 16 (#128)
Browse files Browse the repository at this point in the history
* Bump node from 12 to 16

* fixup! Bump node from 12 to 16
  • Loading branch information
quinnjn committed Sep 16, 2022
1 parent eb1a153 commit a764c05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -24,5 +24,5 @@ outputs:
ts: # timestamp of message posted
description: 'The timestamp on the message that was posted into Slack when using bot token'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,8 +25,8 @@
"url": "https://github.com/slackapi/slack-github-action/issues"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.4.1"
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"homepage": "https://github.com/slackapi/slack-github-action#readme",
"dependencies": {
Expand Down

0 comments on commit a764c05

Please sign in to comment.