-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switches to ESM, 11ty img transforms (#301)
* fixed typo on now page * updated sass and puppeteer * switches to esm (mostly) [fixes #277] * adds 11ty img transformation * updated version and changelog * switches to esm for lighthouse * moves luxon to dev deps * removes lighthouse
- Loading branch information
1 parent
7782a82
commit 0567a76
Showing
19 changed files
with
358 additions
and
135 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
name: Lighthouse CI for Netlify sites | ||
on: | ||
pull_request: | ||
branches: | ||
- stable | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
# name: Lighthouse CI for Netlify sites | ||
# on: | ||
# pull_request: | ||
# branches: | ||
# - stable | ||
# jobs: | ||
# build: | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Wait for the Netlify Preview | ||
uses: jakepartusch/[email protected] | ||
id: netlify | ||
with: | ||
site_name: "simpixelated" | ||
max_timeout: 120 | ||
- name: Audit URLs using Lighthouse | ||
uses: treosh/lighthouse-ci-action@v10 | ||
with: | ||
urls: | | ||
${{ steps.netlify.outputs.url }} | ||
${{ steps.netlify.outputs.url }}/two-year-work-retrospective/ | ||
configPath: "./.github/lighthouserc.js" | ||
temporaryPublicStorage: true | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Wait for the Netlify Preview | ||
# uses: jakepartusch/[email protected] | ||
# id: netlify | ||
# with: | ||
# site_name: "simpixelated" | ||
# max_timeout: 120 | ||
# - name: Audit URLs using Lighthouse | ||
# uses: treosh/lighthouse-ci-action@v10 | ||
# with: | ||
# urls: | | ||
# ${{ steps.netlify.outputs.url }} | ||
# ${{ steps.netlify.outputs.url }}/two-year-work-retrospective/ | ||
# configPath: "./.github/lighthouserc.js" | ||
# temporaryPublicStorage: true |
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 |
---|---|---|
@@ -1 +1 @@ | ||
18.17 | ||
20.9 |
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.