Skip to content

Commit 4c1bafd

Browse files
authored
Merge pull request #288 from fingerprintjs/fix-cleanup-pipeline
Use node20 for aws lambdas cleanup pipeline
2 parents ce3840d + 74fa989 commit 4c1bafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec-cleanup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: 0.2
22

33
phases:
44
install:
5+
runtime-versions:
6+
nodejs: 20
57
commands:
68
- npm i -g pnpm
79
- pnpm install

0 commit comments

Comments
 (0)