Skip to content

Commit

Permalink
Remove Node 12 from spec workflow in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 13, 2025
1 parent 3988559 commit 9d73617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9d73617

Please sign in to comment.