Skip to content

Commit

Permalink
Merge pull request #228 from screendriver/renovate/actions-setup-node…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update actions/setup-node action to v3
  • Loading branch information
screendriver authored Feb 25, 2022
2 parents eccc17c + ac8385f commit 17252cc
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js v16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
Expand Down

0 comments on commit 17252cc

Please sign in to comment.