Skip to content

Commit 5c8effd

Browse files
authored
Upgrade to node 20 (#1370)
1 parent f38d2b1 commit 5c8effd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Node.js 16.x
18+
- name: Setup Node.js 20.x
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 20.x
2222

2323
- name: Install Dependencies
2424
run: npm ci

0 commit comments

Comments
 (0)