Skip to content

Commit

Permalink
Merge pull request #137 from kitsuyui/update-node-version
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
kitsuyui authored Oct 31, 2023
2 parents 34e8392 + f4e8a70 commit a1d3079
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v4
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
],
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.62",
"@swc/jest": "^0.2.26",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"prettier": "^3.0.0",
"typedoc": "^0.25.2",
"typescript": "^5.1.3"
"prettier": "^3.0.3",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
},
"dependencies": {
"tsup": "^7.0.0"
"tsup": "^7.2.0"
}
}
Loading

0 comments on commit a1d3079

Please sign in to comment.