Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent 129b595 commit 595660a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# set up correct version of node
- id: nvmrc
run: echo ::set-output name=NODE_VERSION::$(cat ../../.nvmrc)
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with: { node-version: '${{ steps.nvmrc.outputs.NODE_VERSION }}' }

- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# set up correct version of node
- id: nvmrc
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with: { node-version: '${{ steps.nvmrc.outputs.NODE_VERSION }}' }

- name: Install dependencies
Expand Down

0 comments on commit 595660a

Please sign in to comment.