Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: use LTS node version in workflows (#16907)
* ci: use LTS node version in workflows

* ci: use LTS version of Node.js

* ci: use node 16 for browser test
  • Loading branch information
snitin315 committed Feb 19, 2023
1 parent 7b9e9bf commit da728fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 'lts/*'
- name: Install Packages
run: npm install
- name: Lint Files
Expand All @@ -42,9 +42,9 @@ jobs:
node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
include:
- os: windows-latest
node: "16.x"
node: "lts/*"
- os: macOS-latest
node: "16.x"
node: "lts/*"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit da728fa

Please sign in to comment.