Skip to content

Commit

Permalink
ci: update github actions (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm committed Jun 19, 2022
1 parent 45fec88 commit bd3b5c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
Expand All @@ -35,8 +35,8 @@ jobs:
node: "16.x"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand Down

0 comments on commit bd3b5c6

Please sign in to comment.