Skip to content

Commit

Permalink
chore: update eo parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Feb 13, 2024
1 parent 309d24b commit a9c991a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail
if ! [ -d node_modules ]; then npm i; fi

shopt -s expand_aliases
EO="0.34.1"
EO="0.35.2"
alias eo="npx eoc --parser=${EO}"

printf "\nClean the pipeline directory\n\n"
Expand Down

0 comments on commit a9c991a

Please sign in to comment.