Skip to content

Commit

Permalink
using node16
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Jun 28, 2022
1 parent 5a92f55 commit 63fb0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mdb-realm/cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: true
description: The private API key.
runs:
using: node12
using: node16
main: ../dist/cleanup/index.js
2 changes: 1 addition & 1 deletion mdb-realm/deleteAllClusters/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: true
description: The private API key.
runs:
using: node12
using: node16
main: ../dist/deleteAllClusters/index.js
2 changes: 1 addition & 1 deletion mdb-realm/deployApps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ outputs:
clusterName:
description: The name of the created cluster
runs:
using: node12
using: node16
main: ../dist/deployApps/index.js

0 comments on commit 63fb0c1

Please sign in to comment.