Skip to content

Commit

Permalink
CI workflow to use latest version for LTS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Sep 28, 2023
1 parent 356fca6 commit 4a40b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [lts/Erbium, lts/Fermium, lts/Gallium]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm install
- run: npm run lint
- run: npm run compile
Expand Down

0 comments on commit 4a40b10

Please sign in to comment.