Skip to content

Commit 73b6009

Browse files
Revert "Pranav - fix(backend): create donut chart for applicant experience breakdown" (#1730)
Revert "Pranav - fix(backend): create donut chart for applicant experience br…" This reverts commit 94a522f.
1 parent 94a522f commit 73b6009

6 files changed

Lines changed: 4593 additions & 8411 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3+
14
name: Node.js CI
25

36
on:
@@ -11,12 +14,10 @@ jobs:
1114
runs-on: ubuntu-latest
1215
steps:
1316
- uses: actions/checkout@v4
14-
15-
- name: Use Node.js 20.x
17+
- name: Use Node.js 14.x
1618
uses: actions/setup-node@v4
1719
with:
18-
node-version: 20.x
20+
node-version: 14.x
1921
cache: 'npm'
20-
2122
- run: npm ci
2223
- run: npm run test

0 commit comments

Comments
 (0)