Skip to content

Commit 2f6df65

Browse files
Merge pull request #766 from processing/montoyamoraga-patch-1
change Node version from 10 and 12 to 16 and 18
2 parents be9dbac + 1853932 commit 2f6df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [10.x, 12.x]
14+
node-version: [16.x, 18.x]
1515

1616

1717
steps:

0 commit comments

Comments
 (0)