Skip to content

Commit

Permalink
chore: Revert temp ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Feb 28, 2024
1 parent 744bfc1 commit 7ab7451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20, 21]
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: 14
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit 7ab7451

Please sign in to comment.