Skip to content

Commit be93d56

Browse files
authored
feat: upgrade Lighthouse and node (#422)
* Upgrade Lighthouse and node engine * run CI on Node v14 * Upgrade cypress * Change node version * Update package-lock.json * Reverse cypress change * Remove netlify-plugin-cypress from package.json * Remove cypress plugin * Upgrade to Node 16 * Return netlify-plugin-cypress * Upgrade engine node to v16 * lighthouse 9.6.2 to 9.6.3 Release-As: 3.0.0
1 parent 878369c commit be93d56

File tree

4 files changed

+2429
-5552
lines changed

4 files changed

+2429
-5552
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: [12.x, '*']
18+
node-version: [16.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 = "node"
6+
NODE_VERSION = "16.15.1"
77

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

0 commit comments

Comments
 (0)