Skip to content

Commit dc6fa15

Browse files
committed
chore: use node v20 by default, [email protected]
1 parent 53cbf77 commit dc6fa15

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/publish.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ jobs:
1313
packages: write
1414
steps:
1515
- name: ⬇️ Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Install Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: 18.x
23+
node-version: 20.x
2424

25-
- uses: pnpm/action-setup@v2
25+
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
2727
id: pnpm-install
2828
with:
29-
version: 8
3029
run_install: false
3130

3231
- name: Install Dependencies

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
5555
"@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
5656
},
57-
"packageManager": "pnpm@8.3.1"
58-
}
57+
"packageManager": "pnpm@9.5.0"
58+
}

0 commit comments

Comments
 (0)