Skip to content

Commit de7dc2e

Browse files
committed
Use node 20 in GH workflows.
1 parent 1054354 commit de7dc2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16'
21+
node-version: '20'
2222
cache: 'npm'
2323

2424
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '20'
1919
cache: 'npm'
2020

2121
- name: Setup Go environment

0 commit comments

Comments
 (0)