Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit a458ba6

Browse files
committed
Updated CI node version
1 parent edd9722 commit a458ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: "16"
28+
node-version: "18"
2929

3030
- name: Install Dependencies
3131
run: npm install

0 commit comments

Comments
 (0)