diff --git a/action.yml b/action.yml index 518235f8..7365646e 100644 --- a/action.yml +++ b/action.yml @@ -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' diff --git a/package-lock.json b/package-lock.json index 9a6f4554..00f25b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slack-github-action", - "version": "1.21.0", + "version": "1.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "slack-github-action", - "version": "1.21.0", + "version": "1.22.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", @@ -30,8 +30,8 @@ "sinon": "^14.0.0" }, "engines": { - "node": ">=12.0.0", - "npm": ">=6.4.1" + "node": ">=16.0.0", + "npm": ">=8.15.0" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 3777e340..569a8961 100644 --- a/package.json +++ b/package.json @@ -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": {