Skip to content

Commit

Permalink
remove node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Jan 3, 2024
1 parent 76c5f9b commit 3e2cb1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: app

on:
push:
branches: [ main, 'feature/**' ]
branches: [main, "feature/**"]
pull_request:
branches: [ main, 'feature/**' ]
branches: [main, "feature/**"]
workflow_dispatch:

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

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

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

0 comments on commit 3e2cb1c

Please sign in to comment.