Skip to content

Commit d01f692

Browse files
committed
Update CI to Node 18
1 parent f978ff1 commit d01f692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: Use Node.js 16.x
15+
- name: Use Node.js 18.x
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919
- run: npm ci
2020
- run: npm test
2121
- name: codecov

0 commit comments

Comments
 (0)