Skip to content

Commit

Permalink
chore: install node in the release buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shelomentsev authored and ilfa committed Dec 15, 2023
1 parent 0d01f34 commit cc1457b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildspec.release-lambda.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
version: 0.2

phases:
install:
runtime-versions:
nodejs: 20
build:
commands:
- npm i -g yarn
- yarn install
- node scripts/downloadGithubRelease.mjs
- unzip package.zip -d dist
- cd dist
Expand Down

0 comments on commit cc1457b

Please sign in to comment.