Skip to content

Commit

Permalink
feat: upgrade to node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jan 26, 2024
1 parent be7a998 commit 0c93878
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16, 18]
node-version: [16, 18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"@types/klaw": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.0",
"@types/node": "^20.11.7",
"@types/semantic-release": "^20.0.6",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/coverage-v8": "^1.2.1",
"cross-env": "^7.0.3",
"defu": "^6.1.4",
"del": "^7.1.0",
Expand All @@ -66,16 +66,16 @@
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"only-allow": "^1.2.1",
"prettier": "^3.1.1",
"rollup": "^4.9.5",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"rollup-plugin-visualizer": "^5.12.0",
"semantic-release": "^22.0.12",
"semantic-release": "^23.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6",
"vitest": "^1.1.3"
"vitest": "^1.2.1"
}
}
Loading

0 comments on commit 0c93878

Please sign in to comment.