Skip to content

Commit

Permalink
Merge pull request #766 from processing/montoyamoraga-patch-1
Browse files Browse the repository at this point in the history
change Node version from 10 and 12 to 16 and 18
  • Loading branch information
montoyamoraga authored Mar 30, 2023
2 parents be9dbac + 1853932 commit 2f6df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [16.x, 18.x]


steps:
Expand Down

0 comments on commit 2f6df65

Please sign in to comment.