Skip to content

Commit

Permalink
Merge pull request #361 from neilime/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3.2.0
  • Loading branch information
neilime authored May 20, 2022
2 parents 4c567ab + 3225fc3 commit 0d41aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm

- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3.2.0
id: setup-node
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
Expand Down

0 comments on commit 0d41aec

Please sign in to comment.