Skip to content

Commit

Permalink
Reverted to Nodejs 14 again!
Browse files Browse the repository at this point in the history
* Sigh :/
* ditto umccr/infrastructure#265

Related #177
  • Loading branch information
victorskl committed Nov 7, 2022
1 parent d019334 commit fa1b252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 16
nodejs: 14
commands:
- yarn install
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0-rc.1",
"private": true,
"engines": {
"node": ">=16.0.0"
"node": ">=14.0.0"
},
"scripts": {
"start": "source start.sh",
Expand Down

0 comments on commit fa1b252

Please sign in to comment.