Skip to content

Commit

Permalink
Merge a421585 into f1d077e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 28, 2022
2 parents f1d077e + a421585 commit 0ffe3cf
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 @@ -10,7 +10,7 @@ jobs:
with:
path: '**/node_modules'
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: yarn install
Expand All @@ -27,7 +27,7 @@ jobs:
- 16.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Ensure line endings are consistent
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- 16.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Check out repository
Expand Down

0 comments on commit 0ffe3cf

Please sign in to comment.