Skip to content

Commit c9532a3

Browse files
committed
ci: use Node.js 18
see: #27 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent bed73d7 commit c9532a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16 # LTS
18+
node-version: 18 # LTS
1919
- name: Install Dependencies
2020
run: npm ci --ignore-scripts
2121
- name: Check Code Lint
2222
run: npm run-script lint
23+

0 commit comments

Comments
 (0)