Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Oct 12, 2023
2 parents 199ff9b + 5a882ed commit 522864c
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 86 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Node.js setup
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'

- name: 📦 Install dependencies
run: yarn install
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Node.js setup
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'

- name: 📦 Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@brainly/onesky-utils": "^1.4.1",
"@brainly/onesky-utils": "^1.4.2",
"angular-mocks": "^1.8.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
Expand Down

0 comments on commit 522864c

Please sign in to comment.