Skip to content

Commit

Permalink
add node 16 in ci (#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 (#1902)

Co-authored-by: Srinath Muthyala <[email protected]>
Co-authored-by: mristic505 <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2022
1 parent 1f5b1f5 commit 2d75398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions packages/xarc-opt-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prepare": "shx cp node_modules/opt-archetype-check/xarc-opt-check.js ."
},
"dependencies": {
"node-sass": "^4.9.3",
"sass-loader": "^6.0.6"
"node-sass": "^7.0.1",
"sass-loader": "^13.0.2"
},
"devDependencies": {
"opt-archetype-check": "1.0.0",
Expand Down

0 comments on commit 2d75398

Please sign in to comment.