Skip to content

Commit 417826f

Browse files
committed
chore: DATA-12867 Upgrade node version
1 parent 9b6805f commit 417826f

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/validate-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: [18]
14+
node-version: [22]
1515
steps:
1616
- uses: actions/checkout@v3
1717

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ yarn-error.log*
4343
.sentryclirc
4444

4545
/public/tinymce/
46+
47+
.idea/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828
},
2929
"engines": {
30-
"node": "18.x"
30+
"node": "22.x"
3131
},
3232
"dependencies": {
3333
"@bigcommerce/big-design": "^0.36.2",

0 commit comments

Comments
 (0)