Skip to content

Commit abfad6c

Browse files
authored
Merge pull request #14192 from guardian/ravi/remove-compressed-size-action
Remove compressed size action
2 parents 075fccc + 5edf9e4 commit abfad6c

File tree

2 files changed

+0
-59
lines changed

2 files changed

+0
-59
lines changed

.github/workflows/compress.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

scripts/env/check-node

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
# Check whether the current node version matches the .nvmrc version, and offer some help if not.
44

5-
# Check if we should skip node-check
6-
# Required to prevent preactjs/compressed-size-action from failing when on a branch that changes node versions
7-
if [[ "$SKIP_CHECK_NODE" == "true" ]]; then
8-
echo "Skipping check-node"
9-
exit 0
10-
fi
11-
125
in_terminal() { test -t 1; }
136

147
strip_colors() {

0 commit comments

Comments
 (0)