Skip to content

Commit

Permalink
Published matb33:collection-hooks@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Dec 6, 2024
1 parent e02c9c0 commit 29ea160
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'

- name: Install Dependencies
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
matrix:
meteorRelease:
- '--release 3.0.4'
- '--release 3.1'
steps:
- name: Checkout code
uses: actions/checkout@v4

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

- name: Install Dependencies
run: |
Expand Down
Loading

0 comments on commit 29ea160

Please sign in to comment.