Skip to content

Commit 7cce33e

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 43bf680 + e0c67bd commit 7cce33e

13 files changed

Lines changed: 529 additions & 105 deletions

.github/workflows/code-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
- name: Set up Python 3.8
3737
if: ${{ matrix.language == 'python' }}
38-
uses: actions/setup-python@v5.1.0
38+
uses: actions/setup-python@v5.1.1
3939
with:
4040
python-version: '3.8'
4141
- name: Install dependencies

.github/workflows/lintsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Full git history is needed to get a proper list of changed files within `super-linter`
2020
fetch-depth: 0
2121
- name: Set up Python 3.8
22-
uses: actions/setup-python@v5.1.0
22+
uses: actions/setup-python@v5.1.1
2323
with:
2424
python-version: '3.8'
2525
- name: Lint SQL code

.github/workflows/predeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Setup Node.js for use with actions
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '16'
38+
node-version: '20'
3939
- name: Set up Python 3.8
40-
uses: actions/setup-python@v5.1.0
40+
uses: actions/setup-python@v5.1.1
4141
with:
4242
python-version: '3.8'
4343
- name: Install Asian Fonts

.github/workflows/production-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set the list of URLs for Lighthouse to check
2929
run: ./src/tools/scripts/set_lighthouse_urls.sh -p
3030
- name: Audit URLs using Lighthouse
31-
uses: treosh/lighthouse-ci-action@11.4.0
31+
uses: treosh/lighthouse-ci-action@12.1.0
3232
id: LHCIAction
3333
with:
3434
# For prod, we simply check for 100% in Accessibility, Best Practices and SEO

.github/workflows/test-template-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js for use with actions
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '16'
38+
node-version: '20'
3939
- name: Test Template Changes
4040
run: ./src/tools/scripts/test_template_changes.sh
4141
- name: 'Comment PR'

.github/workflows/test_website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Setup Node.js for use with actions
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '16'
31+
node-version: '20'
3232
- name: Set up Python 3.8
33-
uses: actions/setup-python@v5.1.0
33+
uses: actions/setup-python@v5.1.1
3434
with:
3535
python-version: '3.8'
3636
- name: Run the website
@@ -53,7 +53,7 @@ jobs:
5353
COMMIT_SHA: ${{ github.sha }}
5454
run: ./src/tools/scripts/set_lighthouse_urls.sh
5555
- name: Audit URLs using Lighthouse
56-
uses: treosh/lighthouse-ci-action@11.4.0
56+
uses: treosh/lighthouse-ci-action@12.1.0
5757
id: LHCIAction
5858
with:
5959
# For dev, turn off all timing perf audits (too unreliable) and a few others that don't work on dev

src/.gcloudignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ static/pdfs/*
4343
**/.DS_Store
4444
Dockerfile
4545
.dockerignore
46-
deployed.zip
4746
.coverage

src/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ templates/*/rss.xml
88
templates/sitemap.xml
99
static/html/
1010
static/js/web-vitals.js
11-
deployed.zip
1211
.coverage

src/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An `.editorconfig` file exists for those using [EditorConfig](https://editorconf
1414

1515
Make sure you run the following commands from within the `src` directory by executing `cd src` first.
1616

17-
Make sure Python (3.8 or above), pip and NodeJS (v16 or above) are installed on your machine.
17+
Make sure Python (3.8 or above), pip and NodeJS (v20 or above) are installed on your machine.
1818

1919
1. If you don't have virtualenv, install it using pip.
2020

@@ -376,7 +376,6 @@ The deploy script will do the following:
376376
- Ask you to complete any local tests and confirm good to deploy
377377
- Ask for a version number (suggesing the last verision tagged and incrementing the patch)
378378
- Tag the release (after asking you for the version number to use)
379-
- Generate a `deploy.zip` file of what has been deployed
380379
- Deploy to GCP
381380
- Push changes to `production` branch on GitHub
382381
- Switch you back to the `main` branch.

src/content/ja/2022/mobile-web.md

Lines changed: 437 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)