Skip to content

Commit

Permalink
Merge pull request #472 from simplabs/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3
  • Loading branch information
Mikek2252 authored Jun 17, 2022
2 parents d6c0e14 + 057fd73 commit e69b6dd
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 @@ -24,7 +24,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit e69b6dd

Please sign in to comment.