Skip to content

Commit

Permalink
Update tests to node 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmesa-gitkraken committed May 28, 2024
1 parent 848f4bc commit b82a898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: "MacOS Tests"
strategy:
matrix:
node: [12, 14]
node: [16, 18]
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -67,7 +67,7 @@ jobs:
name: "Windows Tests"
strategy:
matrix:
node: [12, 14]
node: [16, 18]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b82a898

Please sign in to comment.