We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b160c9e commit 4553ef3Copy full SHA for 4553ef3
.github/workflows/pr_checks.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Setup node
46
uses: actions/setup-node@v4
47
with:
48
- node-version: '16'
+ node-version: '18'
49
- name: Install
50
run: yarn install
51
- name: Run Cypress tests
package.json
@@ -18,7 +18,9 @@
18
"dependencies": {
19
"@twilio-paste/core": "latest",
20
"@twilio-paste/icons": "latest",
21
- "next": "13.5.11",
+ "cypress": "7.7.0",
22
+ "fs": "^0.0.1-security",
23
+ "next": "14.2.25",
24
"prop-types": "15.8.1",
25
"react": "18.2.0",
26
"react-dom": "18.2.0",
0 commit comments