Skip to content

Commit

Permalink
revert nodejs version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkasun committed Dec 13, 2021
1 parent 7015142 commit 739862c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description": "Asgardeo Auth React SDK and Sample Apps",
"main": "index.js",
"private": true,
"engines": {
"node": "^16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "lerna run build --stream",
Expand Down

0 comments on commit 739862c

Please sign in to comment.