Skip to content

Commit

Permalink
node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Oct 23, 2023
1 parent 9f3d516 commit b4b10f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-publish-pkg:
name: Build and push package on node 18
name: Build and push package on node 20
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@kyvg/vue3-notification": "^3.0.2",
"@mdi/font": "^7.3.67",
"@rushstack/eslint-patch": "^1.5.1",
"@types/node": "^18.18.6",
"@types/node": "^20.8.7",
"@types/sortablejs": "^1.15.4",
"@types/webfontloader": "^1.6.36",
"@typescript-eslint/parser": "^6.9.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ __metadata:
"@kyvg/vue3-notification": ^3.0.2
"@mdi/font": ^7.3.67
"@rushstack/eslint-patch": ^1.5.1
"@types/node": ^18.18.6
"@types/node": ^20.8.7
"@types/sortablejs": ^1.15.4
"@types/webfontloader": ^1.6.36
"@typescript-eslint/parser": ^6.9.0
Expand Down Expand Up @@ -1060,10 +1060,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.6":
version: 18.18.6
resolution: "@types/node@npm:18.18.6"
checksum: a847639b8455fd3dfa6dbc2917274c82c9db789f1d41aaf69f94ac6c9e54c3c1dd29be6e1e1ccd7c17e54db3d78d7011bc4e70544c6447ceca253dccc0a187e1
"@types/node@npm:^20.8.7":
version: 20.8.7
resolution: "@types/node@npm:20.8.7"
dependencies:
undici-types: ~5.25.1
checksum: 2173c0c03daefcb60c03a61b1371b28c8fe412e7a40dc6646458b809d14a85fbc7aeb369d957d57f0aaaafd99964e77436f29b3b579232d8f2b20c58abbd1d25
languageName: node
linkType: hard

Expand Down Expand Up @@ -6883,6 +6885,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.25.1":
version: 5.25.3
resolution: "undici-types@npm:5.25.3"
checksum: ec9d2cc36520cbd9fbe3b3b6c682a87fe5be214699e1f57d1e3d9a2cb5be422e62735f06e0067dc325fd3dd7404c697e4d479f9147dc8a804e049e29f357f2ff
languageName: node
linkType: hard

"unique-filename@npm:^2.0.0":
version: 2.0.1
resolution: "unique-filename@npm:2.0.1"
Expand Down

0 comments on commit b4b10f1

Please sign in to comment.