Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3 (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2022
1 parent acb0345 commit 7268daa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}

Expand Down

0 comments on commit 7268daa

Please sign in to comment.