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] committed Jul 28, 2023
1 parent 15fc2fe commit afbff41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup node 16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Coverage
uses: codecov/codecov-action@v2
- name: Setup node 14
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm test
Expand All @@ -25,7 +25,7 @@ jobs:
# todo: drop node 12 in next major
- run: npm run pretest
- name: Setup node 12
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 12.x
- run: npm test --ignore-scripts

0 comments on commit afbff41

Please sign in to comment.