Skip to content

Commit 3111377

Browse files
committed
chore: Use Node 20 in CI.
1 parent c38ef6c commit 3111377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v2
8+
- uses: actions/setup-node@v4
99
with:
10-
node-version: 14.x
10+
node-version: 20.x
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.8.12

0 commit comments

Comments
 (0)