Skip to content

Commit 45a6b48

Browse files
committed
use node 18 in ci
1 parent 66357af commit 45a6b48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- name: Use Node.js 16.x
17-
uses: actions/setup-node@v1
15+
- uses: actions/checkout@v3
16+
- name: Use Node.js 18
17+
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16.x
19+
node-version: 18
2020
- run: npm install
2121
- run: npm test
2222
- run: npm run build

0 commit comments

Comments
 (0)