Skip to content

Commit

Permalink
Merge pull request #842 from Belphemur/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4.0.3

build(deps): bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
kodiakhq[bot] committed Jul 10, 2024
2 parents 769d244 + 7f19ec2 commit 5df6d29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: ${{env.YARN_CACHE}}
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Setup Node.js ${{ matrix.node }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand All @@ -55,7 +55,7 @@ jobs:
path: ${{env.YARN_CACHE}}
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Setup Node.js ${{env.NODEJS}}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{env.NODEJS}}
- name: Install dependencies
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Set yarn cache
run: yarn config set cache-folder ${{env.YARN_CACHE}}
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{env.NODEJS}}
- name: Cache node modules
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Set yarn cache
run: yarn config set cache-folder ${{env.YARN_CACHE}}
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{env.NODEJS}}
- name: Cache node modules
Expand Down

0 comments on commit 5df6d29

Please sign in to comment.