Skip to content

Commit

Permalink
Bump node version for serverless plugin to v18.17.1 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Sep 20, 2023
1 parent 05f23a5 commit 03b934d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do/serverless.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ type serverlessService struct {

const (
// Minimum required version of the functions deployer plugin code.
minServerlessVersion = "5.0.18"
minServerlessVersion = "5.0.19"

// The version of nodejs to download alongsize the plugin download.
nodeVersion = "v16.13.0"
nodeVersion = "v18.17.1"

// credsDir is the directory under the sandbox where all credentials are stored.
// It in turn has a subdirectory for each access token employed (formed as a prefix of the token).
Expand Down

0 comments on commit 03b934d

Please sign in to comment.