Skip to content

Commit

Permalink
Merge pull request #890 from tanmen/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

fix(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
tanmen authored Nov 15, 2023
2 parents 2d5fd8a + 2c4d177 commit 7eed1cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'yarn'
Expand All @@ -102,7 +102,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
Expand All @@ -127,7 +127,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
Expand Down

0 comments on commit 7eed1cb

Please sign in to comment.