Skip to content

Commit

Permalink
feat(node): upgrade node version
Browse files Browse the repository at this point in the history
node 20 now

BREAKING CHANGE: node 20
  • Loading branch information
mydatahack committed Feb 2, 2024
1 parent ccd9472 commit 5367c31
Show file tree
Hide file tree
Showing 6 changed files with 6,681 additions and 7,005 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10.0
20.10.0
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'@storybook/addon-actions',
'storybook-addon-designs',
'@storybook/addon-essentials',
'storybook-addon-apollo-client',
'storybook-addon-pseudo-states',
'@storybook/preset-create-react-app',
],
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,13 @@
"last 1 safari version"
]
},
"engines": {
"node": "^16.10.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn type-check"
}
},
"devDependencies": {
"@apollo/client": "^3.5.8",
"@commitlint/config-conventional": "^16.2.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^2.1.1",
Expand Down Expand Up @@ -129,7 +125,6 @@
"@types/styled-components": "^5.1.22",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"apollo": "^2.33.9",
"commitizen": "^4.2.4",
"commitlint": "^16.2.1",
"copy-webpack-plugin": "^10.2.4",
Expand Down Expand Up @@ -161,7 +156,6 @@
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-visualizer": "^5.5.4",
"semantic-release": "^19.0.2",
"storybook-addon-apollo-client": "^4.0.11",
"storybook-addon-designs": "^6.2.1",
"storybook-addon-pseudo-states": "^1.0.0",
"typescript": "^4.4.2",
Expand Down

0 comments on commit 5367c31

Please sign in to comment.