Skip to content

Commit

Permalink
Merge pull request #870 from CruGlobal/upgrade-node-version
Browse files Browse the repository at this point in the history
Upgrading GHA to Node 16
  • Loading branch information
dr-bizz authored Oct 11, 2023
2 parents 03aea34 + 0fadcb1 commit 5a882ed
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
Loading

0 comments on commit 5a882ed

Please # to comment.