Skip to content

Commit

Permalink
Merge pull request #81 from cmahnke/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4.0.0

Bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
cmahnke authored Oct 23, 2023
2 parents 94e359c + 803aac9 commit 27e9e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)

- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version-file: '.nvmrc'

Expand Down

0 comments on commit 27e9e03

Please sign in to comment.