Skip to content

Commit

Permalink
chore(ci): use node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 5, 2024
1 parent d9a3ed3 commit 647ad57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/Iron
cache: yarn
cache-dependency-path: ember/yarn.lock
- name: Install Dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/Iron
cache: yarn
cache-dependency-path: ember/yarn.lock
- name: Install Dependencies
Expand Down

0 comments on commit 647ad57

Please sign in to comment.