Skip to content

Commit

Permalink
Bump actions/setup-node from 2 to 3 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent eaf0067 commit 7262d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with: {node-version: '12'}

- uses: actions/cache@v2
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with: {node-version: '12'}

- uses: actions/cache@v2
Expand Down

0 comments on commit 7262d1c

Please sign in to comment.