Skip to content

Commit

Permalink
chore: update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed May 10, 2024
1 parent 6420cd6 commit 9a96ebe
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- client
steps:
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- core
steps:
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- interface
steps:
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/principal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- principal
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts
registry-url: https://registry.npmjs.org/
cache: 'pnpm'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- server
steps:
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- transport
steps:
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- validator
steps:
Expand Down Expand Up @@ -57,8 +57,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 9a96ebe

Please sign in to comment.