rss-reader/script/bootstrap.sh
Marc Cataford 27443a1174
ci(deps): update actions to latest versions
fix: ensure bootstrap script catches CI env
2024-02-16 00:23:40 -05:00

7 lines
84 B
Bash

#!/bin/bash
if [[ -z "${CI+true}" ]]; then
nvm use
fi
corepack enable && yarn