Skip to content

Commit

Permalink
chore: bump codebuild node ver to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Mar 2, 2022
1 parent d9b360f commit 527498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
phases:
install:
commands:
- n 14
- n 16
- export PATH=$PATH:./node_modules/.bin
- npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
- npm set unsafe-perm true
Expand Down

0 comments on commit 527498b

Please sign in to comment.