We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075fccc + 5edf9e4 commit abfad6cCopy full SHA for abfad6c
.github/workflows/compress.yml
scripts/env/check-node
@@ -2,13 +2,6 @@
2
3
# Check whether the current node version matches the .nvmrc version, and offer some help if not.
4
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
-
12
in_terminal() { test -t 1; }
13
14
strip_colors() {
0 commit comments