Skip to content

Commit

Permalink
chore: update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored and achrinza committed Aug 28, 2022
1 parent 8f3ae3d commit e2d66e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
- name: Bootstrap project
Expand All @@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js 14
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
- name: Bootstrap project
Expand Down

0 comments on commit e2d66e7

Please sign in to comment.