Skip to content

Commit

Permalink
chore: use node20 for aws lambdas cleanup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Sep 19, 2024
1 parent 2e8c7ca commit 74fa989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 0.2

phases:
install:
runtime-versions:
nodejs: 20
commands:
- npm i -g pnpm
- pnpm install
Expand Down

0 comments on commit 74fa989

Please sign in to comment.