Skip to content

Commit

Permalink
Remove old-ass nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Sep 15, 2023
1 parent e84dc58 commit da3c9fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Node.js CI

on:
on:
push:
branches:
branches:
- next
pull_request:

Expand All @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit da3c9fe

Please sign in to comment.