Skip to content

Commit

Permalink
update node version to use overrides feature and override "cheerio"(#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacAyelin authored Aug 20, 2024
1 parent b5b5d57 commit 414878c
Show file tree
Hide file tree
Showing 9 changed files with 35,827 additions and 10,532 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.0]
node-version: [16.20.0]
steps:
- uses: actions/checkout@v2
- name: Install and run lint
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.0]
node-version: [16.20.0]
test-script: ["ci:test-unit", "ci:test-e2e-layouts","ci:test-e2e-styleParams", "ci:test-e2e-integration"]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
Expand All @@ -51,7 +51,7 @@ jobs:
needs: [lint, tests]
strategy:
matrix:
node-version: [16.13.0]
node-version: [16.20.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
needs: [lint, tests]
strategy:
matrix:
node-version: [16.13.0]
node-version: [16.20.0]
steps:
- uses: actions/checkout@v2
- name: update-playground
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
16.20.0
Loading

0 comments on commit 414878c

Please sign in to comment.