Skip to content

Commit

Permalink
Update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2022
1 parent 9ba6e37 commit 95451ad
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 @@ -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

0 comments on commit 95451ad

Please sign in to comment.