Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: update github runner node version
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Oct 14, 2022
1 parent 9ecff5f commit 9ee79af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/automatic-releases/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ outputs:
upload_url:
description: "The URL for uploading additional assets to the release"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
icon: "git-merge"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-ssm-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
description: "The corresponding environment variable name to assign the secret to"
required: true
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
icon: "lock"
Expand Down
2 changes: 1 addition & 1 deletion packages/keybase-notifications/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
required: false
default: "always"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
icon: "message-square"
Expand Down

0 comments on commit 9ee79af

Please sign in to comment.