Skip to content

Commit b696934

Browse files
Merge pull request #68 from devoxa/update-node-v20
Update NodeJS to v20
2 parents 90da5dd + f74033e commit b696934

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: 'Setup Node.JS'
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18.17'
22+
node-version: '20.10'
2323

2424
- name: 'Cache dependencies'
2525
uses: buildjet/cache@v3

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"prettier-plugin-organize-imports": "3.2.4"
1717
},
1818
"devDependencies": {
19+
"@types/node": "20.10.6",
1920
"prettier": "3.1.1",
2021
"typescript": "5.3.3"
2122
},
@@ -27,6 +28,6 @@
2728
"access": "public"
2829
},
2930
"volta": {
30-
"node": "18.19.0"
31+
"node": "20.10.0"
3132
}
3233
}

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
"@types/node@20.10.6":
6+
version "20.10.6"
7+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
8+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
9+
dependencies:
10+
undici-types "~5.26.4"
11+
512
prettier-plugin-organize-imports@3.2.4:
613
version "3.2.4"
714
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.4.tgz#77967f69d335e9c8e6e5d224074609309c62845e"
@@ -16,3 +23,8 @@ typescript@5.3.3:
1623
version "5.3.3"
1724
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
1825
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
26+
27+
undici-types@~5.26.4:
28+
version "5.26.5"
29+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
30+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

0 commit comments

Comments
 (0)