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] authored Dec 1, 2023
1 parent 37d5a12 commit 7b99a05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -60,7 +60,7 @@ jobs:
path: ./*
key: pre-build-${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -86,7 +86,7 @@ jobs:
path: ./*
key: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
path: ./*
key: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -135,7 +135,7 @@ jobs:
path: ./*
key: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -155,7 +155,7 @@ jobs:
path: ./*
key: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -175,7 +175,7 @@ jobs:
path: ./*
key: ${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/protocol-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -46,7 +46,7 @@ jobs:
path: ./*
key: pre-build-protocol-${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand All @@ -68,7 +68,7 @@ jobs:
path: ./*
key: build-protocol-${{ github.sha }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
Expand Down

0 comments on commit 7b99a05

Please sign in to comment.