Skip to content

Commit

Permalink
ci: build on node20 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar authored Jun 12, 2024
1 parent 23335b0 commit 0d1754b
Show file tree
Hide file tree
Showing 6 changed files with 6,827 additions and 5,575 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install dependencies
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"devDependencies": {
"@bizon/semantic-release-config": "^2.1.0",
"@jest/types": "^29.6.3",
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.5",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.12",
"eslint-config-xo-bizon": "^2.0.0",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"semantic-release": "^22.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"xo": "^0.56.0"
},
"xo": {
Expand Down
Loading

0 comments on commit 0d1754b

Please sign in to comment.