Skip to content

Commit

Permalink
Update node version used for ci to node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 19, 2024
1 parent 9298ac8 commit 50ac8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "21"
- name: Install Dependencies
run: npm ci
- name: Lint
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "21"
- name: Install Backend Dependencies
run: npm ci
- name: "Install UI Dependencies"
Expand Down

0 comments on commit 50ac8b8

Please sign in to comment.