Skip to content

Commit 4553ef3

Browse files
authored
chore: udpate next version (#155)
* chore: udpate next version * chore: update node version
1 parent b160c9e commit 4553ef3

File tree

3 files changed

+6854
-3642
lines changed

3 files changed

+6854
-3642
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup node
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: '16'
48+
node-version: '18'
4949
- name: Install
5050
run: yarn install
5151
- name: Run Cypress tests

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"dependencies": {
1919
"@twilio-paste/core": "latest",
2020
"@twilio-paste/icons": "latest",
21-
"next": "13.5.11",
21+
"cypress": "7.7.0",
22+
"fs": "^0.0.1-security",
23+
"next": "14.2.25",
2224
"prop-types": "15.8.1",
2325
"react": "18.2.0",
2426
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)