Skip to content

Commit 54722bf

Browse files
authored
Revert "feat: upgrade Lighthouse and node (#422)"
This reverts commit be93d56.
1 parent be93d56 commit 54722bf

File tree

4 files changed

+5537
-2414
lines changed

4 files changed

+5537
-2414
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x, '*']
18+
node-version: [12.x, '*']
1919

2020
steps:
2121
- uses: actions/checkout@v3

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ command = "echo 'no op'"
33
publish = "example"
44

55
[build.environment]
6-
NODE_VERSION = "16.15.1"
6+
NODE_VERSION = "node"
77

88
[[plugins]]
99
package = "./src/index.js"

0 commit comments

Comments
 (0)