Skip to content

Commit

Permalink
chore(repo): fix on node versions for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Oct 5, 2024
1 parent e6f2356 commit 2995ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3.5.1
with:
node-version: ^14.21
node-version: 16.20

- name: Yarn install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [^14.21]
node-version: [14.21, 16.20, 18.20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2995ddd

Please sign in to comment.