Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech] Bump actions to node 16 #22

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outputs:
description: "Computed changelog for markdown"

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
dry_run:
Expand Down
2 changes: 1 addition & 1 deletion backend/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"simple-git": "^2.48.0"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/node": "^16.15.1",
"@vercel/ncc": "^0.28.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion homebrew/formula-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: homebrew-release
description: 'GitHub action to update Homebrew formulae on release.'
author: 'happn-app'
runs:
using: node12
using: node16
main: 'dist/index.js'
inputs:
commit_message:
Expand Down
2 changes: 1 addition & 1 deletion homebrew/formula-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^2.0.2",
"@types/node": "^14.14.41",
"@types/node": "^16.15.1",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
Expand Down
2 changes: 1 addition & 1 deletion slack/release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branding:
icon: message-circle
color: blue
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
tag_name:
Expand Down
2 changes: 1 addition & 1 deletion slack/release-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slackify-markdown": "^4.1.0"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/node": "^16.15.1",
"@vercel/ncc": "^0.28.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion slack/release-start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branding:
icon: message-circle
color: blue
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
tag_name:
Expand Down
2 changes: 1 addition & 1 deletion slack/release-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slackify-markdown": "^4.1.0"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/node": "^16.15.1",
"@vercel/ncc": "^0.28.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion slack/release-status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branding:
icon: message-circle
color: blue
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
channel:
Expand Down
2 changes: 1 addition & 1 deletion slack/release-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@slack/web-api": "^5.7.0"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/node": "^16.15.1",
"@vercel/ncc": "^0.28.3",
"rimraf": "^2.6.3",
"typescript": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion slack/workflow-status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branding:
icon: message-circle
color: blue
runs:
using: 'node12'
using: 'node16'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion slack/workflow-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@slack/web-api": "^5.7.0"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/node": "^16.15.1",
"@vercel/ncc": "^0.28.3",
"rimraf": "^2.6.3",
"typescript": "^4.2.4"
Expand Down