Skip to content

Commit 39fe68b

Browse files
authored
chore(CI): GitHub Actions - Node 20 (#3159)
1 parent 73b16dd commit 39fe68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
1515

16-
- name: Use Node 18
16+
- name: Use Node 20
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020

2121
- name: Install deps and build (with cache)
2222
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)