Skip to content

Commit

Permalink
ci: update Github actions (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepshikaS committed Jul 6, 2022
1 parent 6c8ccf2 commit 4c00534
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
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 @@ -28,8 +28,8 @@ jobs:
node: [18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
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 4c00534

Please sign in to comment.