Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Sep 6, 2024
1 parent cd2b87c commit dc54b43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

strategy:
matrix:
node-version: [15.x, 16.x]
node-version: [16.x, latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4

with:
node-version: ${{ matrix.node-version }}
Expand All @@ -34,4 +34,4 @@ jobs:
name: 'extension package ${{ matrix.node-version }}'
path: ./elpi-lang-*.vsix



0 comments on commit dc54b43

Please sign in to comment.