Skip to content

Commit

Permalink
fix ci workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Oct 28, 2024
1 parent b170c6b commit fb784e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
access_token: ${{ github.token }}

- name: Check out the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
should-run: ${{ steps.should-run.outputs.should-run }}

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

- name: Check the latest commit
id: should-run
Expand Down Expand Up @@ -44,9 +44,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit fb784e4

Please sign in to comment.