Skip to content

Commit

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

Bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
SHoogland authored Jul 10, 2024
2 parents 688dd56 + fef9c5b commit 0699b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# setup node based on the version from the .nvmrc file, fetched in the previous step
- name: Setup Node.js (.nvmrc)
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
# cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# setup node based on the version from the .nvmrc file,
# fetched in the previous step
- name: Setup Node.js (.nvmrc)
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"

Expand Down

0 comments on commit 0699b10

Please sign in to comment.