diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index f9bf3d8fba7..fd061c16e16 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -30,8 +30,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 - + version: 10 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/crowdin-ci.yml b/.github/workflows/crowdin-ci.yml index 2ee2ecdb03c..ea7b333e53d 100644 --- a/.github/workflows/crowdin-ci.yml +++ b/.github/workflows/crowdin-ci.yml @@ -21,7 +21,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/generate-review-report.yml b/.github/workflows/generate-review-report.yml index 1281b51d46d..fe0b6075b1d 100644 --- a/.github/workflows/generate-review-report.yml +++ b/.github/workflows/generate-review-report.yml @@ -13,7 +13,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/get-crowdin-contributors.yml b/.github/workflows/get-crowdin-contributors.yml index d6cbe39a87a..ef02c809ba7 100644 --- a/.github/workflows/get-crowdin-contributors.yml +++ b/.github/workflows/get-crowdin-contributors.yml @@ -15,7 +15,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/get-leaderboard-reports.yml b/.github/workflows/get-leaderboard-reports.yml index 55969e9778d..a6a78ecb678 100644 --- a/.github/workflows/get-leaderboard-reports.yml +++ b/.github/workflows/get-leaderboard-reports.yml @@ -15,7 +15,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/get-translation-progress.yml b/.github/workflows/get-translation-progress.yml index 95fbde97aef..2d879b8b793 100644 --- a/.github/workflows/get-translation-progress.yml +++ b/.github/workflows/get-translation-progress.yml @@ -15,7 +15,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/import-community-events.yml b/.github/workflows/import-community-events.yml index 4d421423ee5..289b150a2c8 100644 --- a/.github/workflows/import-community-events.yml +++ b/.github/workflows/import-community-events.yml @@ -15,7 +15,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/update-chains.yml b/.github/workflows/update-chains.yml index db6b45e2d19..f253e819061 100644 --- a/.github/workflows/update-chains.yml +++ b/.github/workflows/update-chains.yml @@ -16,7 +16,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/package.json b/package.json index 4ae5055ef53..1d71f40b444 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,7 @@ "autoprefixer": "^10.4.19", "chromatic": "10.9.6", "decompress": "^4.2.1", + "dotenv": "^16.5.0", "eslint": "^8.57.1", "eslint-config-next": "^14.2.2", "eslint-config-prettier": "^9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e928a41d0c5..700aa413d55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -291,6 +291,9 @@ importers: decompress: specifier: ^4.2.1 version: 4.2.1 + dotenv: + specifier: ^16.5.0 + version: 16.5.0 eslint: specifier: ^8.57.1 version: 8.57.1 @@ -4322,6 +4325,10 @@ packages: dot-case@3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dotenv@16.5.0: + resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==} + engines: {node: '>=12'} + dunder-proto@1.0.1: resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} engines: {node: '>= 0.4'} @@ -13336,6 +13343,8 @@ snapshots: no-case: 3.0.4 tslib: 2.8.1 + dotenv@16.5.0: {} + dunder-proto@1.0.1: dependencies: call-bind-apply-helpers: 1.0.2