Skip to content

Commit

Permalink
ci: update github actions (#127)
Browse files Browse the repository at this point in the history
* ci: update github actions

* ci: update test github actions
  • Loading branch information
amareshsm committed Jul 2, 2022
1 parent 58fedf1 commit e804496
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 @@ -31,8 +31,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 latest NPM
Expand Down

0 comments on commit e804496

Please sign in to comment.