Skip to content

Commit

Permalink
* try to force aws to use latest node and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMurphy21 committed Mar 3, 2024
1 parent 968224a commit 0952b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 20
nodejs: 20.11.1
commands:
- npm install
build:
Expand Down

0 comments on commit 0952b8e

Please sign in to comment.