Skip to content

Commit e167083

Browse files
committed
node v20
1 parent 5395923 commit e167083

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js 16.x
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 20.x
2323

2424
- name: Install Dependencies
2525
run: npm i

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.19.5

0 commit comments

Comments
 (0)