Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): upgrade action node version to 18 #12695

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/node-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Setup Node.js 16
- name: Setup Node.js 18
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 16
node-version: 18
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/callable-canary-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
# Minimal depth 2 so we can checkout the commit before possible merge commit.
fetch-depth: 2
path: amplify-js
- name: Setup Node.js 16
- name: Setup Node.js 18
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 16
node-version: 18
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2

Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('jest').Config} */
module.exports = {
workerIdleMemoryLimit: '512MB',
coveragePathIgnorePatterns: [
'/node_modules/',
'dist',
Expand Down
24 changes: 12 additions & 12 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,13 @@
"name": "[Analytics] record (Kinesis)",
"path": "./dist/esm/analytics/kinesis/index.mjs",
"import": "{ record }",
"limit": "44.10 kB"
"limit": "44.40 kB"
},
{
"name": "[Analytics] record (Kinesis Firehose)",
"path": "./dist/esm/analytics/kinesis-firehose/index.mjs",
"import": "{ record }",
"limit": "41.23 kB"
"limit": "41.40 kB"
},
{
"name": "[Analytics] record (Personalize)",
Expand Down Expand Up @@ -373,7 +373,7 @@
"name": "[Auth] confirmSignIn (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ confirmSignIn }",
"limit": "25.55 kB"
"limit": "25.70 kB"
},
{
"name": "[Auth] updateMFAPreference (Cognito)",
Expand Down Expand Up @@ -427,7 +427,7 @@
"name": "[Auth] signInWithRedirect (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ signInWithRedirect }",
"limit": "19.30 kB"
"limit": "19.40 kB"
},
{
"name": "[Auth] fetchUserAttributes (Cognito)",
Expand All @@ -439,7 +439,7 @@
"name": "[Auth] Basic Auth Flow (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ signIn, signOut, fetchAuthSession, confirmSignIn }",
"limit": "27.60 kB"
"limit": "27.70 kB"
},
{
"name": "[Auth] OAuth Auth Flow (Cognito)",
Expand All @@ -451,43 +451,43 @@
"name": "[Storage] copy (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ copy }",
"limit": "13.10 kB"
"limit": "13.20 kB"
},
{
"name": "[Storage] downloadData (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ downloadData }",
"limit": "13.80 kB"
"limit": "13.90 kB"
},
{
"name": "[Storage] getProperties (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ getProperties }",
"limit": "13.10 kB"
"limit": "13.20 kB"
},
{
"name": "[Storage] getUrl (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ getUrl }",
"limit": "14.10 kB"
"limit": "14.30 kB"
},
{
"name": "[Storage] list (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ list }",
"limit": "13.50 kB"
"limit": "13.60 kB"
},
{
"name": "[Storage] remove (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ remove }",
"limit": "12.90 kB"
"limit": "13.00 kB"
},
{
"name": "[Storage] uploadData (S3)",
"path": "./dist/esm/storage/index.mjs",
"import": "{ uploadData }",
"limit": "18.10 kB"
"limit": "18.30 kB"
}
]
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
"name": "Custom clients (request signer)",
"path": "./dist/esm/clients/middleware/signing/signer/signatureV4/index.mjs",
"import": "{ signRequest }",
"limit": "3.53 kB"
"limit": "3.60 kB"
},
{
"name": "Custom clients (url presigner)",
"path": "./dist/esm/clients/middleware/signing/signer/signatureV4/index.mjs",
"import": "{ presignUrl }",
"limit": "3.58 kB"
"limit": "3.65 kB"
},
{
"name": "Cache (default browser storage)",
Expand Down