Skip to content

Commit 8cc54b8

Browse files
committed
Update Node to match server
1 parent 9ed2d70 commit 8cc54b8

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.18.1
17+
node-version: 22.14.0
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.18.1
63+
node-version: 22.14.0
6464
cache: 'npm'
6565

6666
# Install & unit test & build

0 commit comments

Comments
 (0)