Skip to content

Commit

Permalink
Merge pull request #288 from fingerprintjs/fix-cleanup-pipeline
Browse files Browse the repository at this point in the history
Use node20 for aws lambdas cleanup pipeline
  • Loading branch information
ilfa authored Sep 19, 2024
2 parents ce3840d + 74fa989 commit 4c1bafd
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 4c1bafd

Please sign in to comment.