Skip to content

Commit

Permalink
add node 16 in ci (electrode-io#1901)
Browse files Browse the repository at this point in the history
* add node 16 in ci

* [fix]: upgrade xarc-opt-sass to pass node 16 build (electrode-io#1902)

Co-authored-by: Srinath Muthyala <[email protected]>
Co-authored-by: mristic505 <[email protected]>
  • Loading branch information
3 people authored and arunvishnun committed Mar 22, 2023
1 parent 41f1ac8 commit be8550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit be8550c

Please sign in to comment.