Skip to content

Commit

Permalink
feat: upgrade Lighthouse and node (#422)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FawazFarid authored Jul 6, 2022
1 parent 878369c commit be93d56
Show file tree
Hide file tree
Showing 4 changed files with 2,429 additions and 5,552 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, '*']
node-version: [16.x, '*']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ command = "echo 'no op'"
publish = "example"

[build.environment]
NODE_VERSION = "node"
NODE_VERSION = "16.15.1"

[[plugins]]
package = "./src/index.js"
Expand Down
Loading

0 comments on commit be93d56

Please sign in to comment.