Skip to content

Commit

Permalink
build: Move all to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Feb 18, 2025
1 parent 30a60ae commit aca4071
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "E-Com Club Softwares para E-commerce <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=18 <21",
"node": ">=20 <21",
"pnpm": ">=10 <11"
},
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/rules": "^19.6.0",
"@types/node": "^18.19.76",
"@types/node": "^20.17.19",
"commit-and-tag-version": "^12.5.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
Expand Down
74 changes: 43 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aca4071

Please sign in to comment.