Skip to content

Commit

Permalink
upgrading node version on github actions (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Nov 21, 2023
1 parent 0e939ab commit 5282fd2
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 357 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: pnpm/action-setup@v2
with:
version: 8.6.9
version: 8.8.0

- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x' # replace with the latest version of Node.js
node-version: '20.x' # replace with the latest version of Node.js

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.1.0
version: 8.8.0

- name: Cache PNPM dependencies
uses: actions/cache@v3
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
Expand All @@ -76,15 +76,15 @@
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/jest": "^29.5.9",
"@types/node": "^20.9.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.30",
"@types/styled-components": "^5.1.31",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.16",
Expand Down Expand Up @@ -123,16 +123,16 @@
"sass": "^1.69.5",
"semver": "^7.5.4",
"size-limit": "^11.0.0",
"snyk": "^1.1248.0",
"snyk": "^1.1250.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^6.0.3",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.0.0",
"vite": "^5.0.1",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
},
Expand Down
Loading

1 comment on commit 5282fd2

@vercel
Copy link

@vercel vercel bot commented on 5282fd2 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.