Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent d6945a3 commit 97aed4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Coverage
uses: codecov/codecov-action@v3
- name: Setup node 14
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.x
- run: npm test
Expand All @@ -23,7 +23,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@v4
with:
node-version: 12.x
- run: npm test --ignore-scripts
Expand Down

0 comments on commit 97aed4a

Please sign in to comment.