Skip to content

Commit 38afb16

Browse files
committed
Update node version check test
1 parent 5919da2 commit 38afb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base/node/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
# check node system package and its version
66
which node
77
node --version
8-
node --version | grep v18
8+
node --version | grep v20
99

1010
# npm comes with the nodejs conda-forge package that we have pinned, but we
1111
# don't have npm pinned. For example nodejs 18.13.0 brought npm 8.19.3, but

0 commit comments

Comments
 (0)