Skip to content

Commit

Permalink
updated CI to support latest Meteor version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Jul 25, 2024
1 parent dfe921a commit e02c7c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
CI:
runs-on: ubuntu-latest
strategy:
matrix:
meteor-version: ['2.5.6', '2.6.1', '3.0.1']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,10 +19,13 @@ jobs:
- name: Check dependency vulnerabilities
uses: vazco/open-standards/actions/npm-dependency-vulnerabilities/@master

- name: Use Node
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install Meteor
env:
METEOR_VERSION: ${{ matrix.meteor-version }}
run: curl https://install.meteor.com/?release=$METEOR_VERSION | /bin/sh
run: npx meteor

- name: Install dependencies
run: meteor npm install
Expand Down

0 comments on commit e02c7c0

Please sign in to comment.