Skip to content

Commit

Permalink
Merge pull request #75 from thnetii/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4.1.0
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
2 parents 59f55c5 + dc038f7 commit b459b8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs-lint-reusable.yml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4.2.2
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with: ${{ fromJSON(inputs.setup-node-parameters) }}
- name: Run npm install command
uses: thnetii/ci-cd/.github/actions/gh-actions-npm@main
@@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v4.2.2
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with: ${{ fromJSON(inputs.setup-node-parameters) }}
- name: Run npm install command
uses: thnetii/ci-cd/.github/actions/gh-actions-exec@main
@@ -127,7 +127,7 @@ jobs:
uses: actions/checkout@v4.2.2
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with: ${{ fromJSON(inputs.setup-node-parameters) }}
- name: Run npm install command
uses: thnetii/ci-cd/.github/actions/gh-actions-exec@main
@@ -151,7 +151,7 @@ jobs:
uses: actions/checkout@v4.2.2
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with: ${{ fromJSON(inputs.setup-node-parameters) }}
- name: Run npm install command
uses: thnetii/ci-cd/.github/actions/gh-actions-exec@main

0 comments on commit b459b8c

Please sign in to comment.