Skip to content

Commit

Permalink
github: Pull out node 16 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Jul 2, 2022
1 parent e49cb5d commit 57623fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go: [1.16, 1.18]
node: [14, 16]
node: [14]
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
go: [1.16, 1.18]
node: [14, 16]
node: [14]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 57623fa

Please sign in to comment.