Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2023
1 parent 5c2c064 commit 5766c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Install packages
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Install packages
Expand Down

0 comments on commit 5766c5c

Please sign in to comment.