Skip to content

Commit

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

* ci: update github actions
  • Loading branch information
amareshsm committed Jul 4, 2022
1 parent 9ff004e commit ffba0c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Verify Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
- name: Install Packages
run: npm install
- name: Lint Files
Expand All @@ -32,8 +32,8 @@ jobs:
node: "12.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 Packages
Expand Down

0 comments on commit ffba0c5

Please sign in to comment.