Skip to content

Commit c6c2c1a

Browse files
committed
ci: Run release step on Node.js v20
1 parent 8270241 commit c6c2c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Node.js
5959
uses: actions/setup-node@v3
6060
with:
61-
node-version: '16.x'
61+
node-version: '20.x'
6262
cache: 'yarn'
6363
- name: Install dependencies
6464
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)