Skip to content

Commit 20e0925

Browse files
authored
chore(ci): use latest node v20 in GitHub Actions (#458)
#453 and #454 are failing because of `engines` checks
1 parent 4ecd8bf commit 20e0925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.12.1'
27+
node-version: '20.19.5'
2828
cache: 'yarn'
2929

3030
- name: Install dependencies

0 commit comments

Comments
 (0)