-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update node runtime to v16 * updated default memory size * updated default runtimes * Bumping all lambda memory to 256 * fix prettier
- Loading branch information
1 parent
e89b0a4
commit d628fd8
Showing
228 changed files
with
1,585 additions
and
1,098 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Use Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Cache Node.js modules | ||
uses: actions/cache@v1 | ||
with: | ||
|
@@ -42,7 +42,7 @@ jobs: | |
- name: Use Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Cache Node.js modules | ||
uses: actions/cache@v1 | ||
with: | ||
|
@@ -67,7 +67,7 @@ jobs: | |
- name: Use Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Install Prettier | ||
run: | | ||
npm install -g [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
env: | ||
RUNNER_TEMP: /tmp/runner | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Install pnpm | ||
run: | | ||
npm install -g [email protected] | ||
|
@@ -157,7 +157,7 @@ jobs: | |
env: | ||
RUNNER_TEMP: /tmp/runner | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Install pnpm | ||
run: | | ||
npm install -g [email protected] | ||
|
@@ -197,7 +197,7 @@ jobs: | |
env: | ||
RUNNER_TEMP: /tmp/runner | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Install pnpm | ||
run: | | ||
npm install -g [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.