Skip to content

Commit

Permalink
Remove node v14 from build matrix
Browse files Browse the repository at this point in the history
We have updated the lock file which seems to be not compatible with node
v14
  • Loading branch information
lo1tuma committed Apr 19, 2024
1 parent ddd614c commit 756fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18, 20]
node: [16, 18, 20]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 756fa03

Please sign in to comment.