Skip to content

Commit 4915bd8

Browse files
committed
ci(release): update node version
1 parent 57f6c45 commit 4915bd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
ref: ${{ github.ref }}
1717

1818
- name: Setup Node and Yarn Cache
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222
cache: 'yarn'
2323

2424
- name: Get variables

0 commit comments

Comments
 (0)