Skip to content

Commit

Permalink
Merge pull request #283 from opensource254/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4.0.3
  • Loading branch information
StanleyMasinde authored Jul 13, 2024
2 parents 9baa68a + 96759bc commit 3f2681c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
exit 1
fi
- name: Setup Node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: "16"
cache: ${{ steps.detect-package-manager.outputs.manager }}
Expand Down

0 comments on commit 3f2681c

Please sign in to comment.