Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinankeskin committed Jan 10, 2024
1 parent dcd10e8 commit a4eb4ba
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -36,11 +36,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand All @@ -66,12 +66,12 @@ jobs:
- embroider-optimized

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit a4eb4ba

Please sign in to comment.