Skip to content

Commit

Permalink
updated node versions for ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
electric-el committed Feb 22, 2023
1 parent ea96474 commit bec4efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-ci.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
node-version:
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mac-ci.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
node-version:
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-ci.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
node-version:
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit bec4efd

Please sign in to comment.