Skip to content

Commit

Permalink
meta: remove Node.js v16 from testing matrix (#87)
Browse files Browse the repository at this point in the history
Remove Node.js v16 from the CI testing matrix as it has reached its EoL
(End-of-Life) stage.
  • Loading branch information
VoltrexKeyva authored Oct 21, 2023
1 parent 6a59ddd commit 24a2ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]
steps:
- uses: actions/checkout@v3
- name: Cache node_modules
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.9.0
18.18.2

0 comments on commit 24a2ee1

Please sign in to comment.