Skip to content

Commit

Permalink
upgrade node version to 18 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkSimplify committed Sep 27, 2023
1 parent 5d4d301 commit 8acdd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Install dependencies
run: yarn install
- name: Test
Expand Down

0 comments on commit 8acdd1c

Please sign in to comment.