Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 33d93e4

Browse files
committed
GHA: Update Node version to 18
1 parent 0d1b87a commit 33d93e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"]
12-
node-version: [16]
12+
node-version: [18]
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)