Skip to content

Commit

Permalink
Merge pull request #19 from stac-extensions/ci-node
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Oct 2, 2024
2 parents 9d901ed + 05d8bd6 commit 2b08c6e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
node-version: 'lts/*'
#cache: npm
- uses: actions/checkout@v4
- run: |
npm install
Expand Down

0 comments on commit 2b08c6e

Please sign in to comment.