Skip to content

Commit

Permalink
Update node version check test
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 8, 2024
1 parent 5919da2 commit 38afb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/node/verify
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
# check node system package and its version
which node
node --version
node --version | grep v18
node --version | grep v20

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

0 comments on commit 38afb16

Please sign in to comment.