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

Commit ede4146

Browse files
committed
ci: running ci on something newer than node 16
1 parent e0cf77c commit ede4146

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
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v4
12-
with:
13-
node-version: 16.x
12+
node-version:
13+
- lts/*
1414

1515
- run: npm ci
1616
- run: npm test

0 commit comments

Comments
 (0)