Skip to content

Commit 2621db9

Browse files
committed
Update Node to match server
1 parent d7dae7a commit 2621db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Install Node
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20.8.0
17+
node-version: 20.18.1
1818
cache: 'npm'
1919

2020
# Install & build & test:
@@ -60,7 +60,7 @@ jobs:
6060
# Install Node
6161
- uses: actions/setup-node@v4
6262
with:
63-
node-version: 20.8.0
63+
node-version: 20.18.1
6464
cache: 'npm'
6565

6666
# Install & unit test & build

0 commit comments

Comments
 (0)