Skip to content

Instantly share code, notes, and snippets.

View terdoo-mzer's full-sized avatar
🎯
Focusing

Mzer Emmanuel Terdoo terdoo-mzer

🎯
Focusing
  • 04:25 (UTC -12:00)
View GitHub Profile
@terdoo-mzer
terdoo-mzer / buildspec.yml
Created August 22, 2023 07:59 — forked from lanches-kurashita/buildspec.yml
buildspec for AWS CodeBuild
version: 0.2
phases:
install:
commands:
- echo update npm...
- npm install -g n
- n latest
- npm update -g npm
- echo node -v