Skip to content

Commit

Permalink
NodeJS update for git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Nov 23, 2023
1 parent b0017b5 commit 42abe15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- name: Cache node_modules
uses: actions/cache@v2
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- name: Cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- name: Cache node_modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- name: Cache node_modules
uses: actions/cache@v2
Expand Down

0 comments on commit 42abe15

Please sign in to comment.