Skip to content

Commit

Permalink
feat!: dropped Node@6 and Node@8
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-pkoniu committed Dec 29, 2023
1 parent 16f1926 commit e37a9d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tools/scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#!/bin/bash
set -e;

node_v=$(node --version) ;
if [[ "${node_v%%.*}" == 'v4' || "${node_v%%.*}" == 'v6' ]]
then
echo 'Old node version - Skipping eslint'
else
eslint ./test ./lib
fi

eslint ./test ./lib

0 comments on commit e37a9d7

Please sign in to comment.