This website requires JavaScript.
Explore
Help
Sign in
marc
/
rss-reader
Watch
1
Star
0
Fork
You've already forked rss-reader
0
Code
Issues
5
Pull requests
10
Projects
Releases
Packages
Wiki
Activity
351a413adb
rss-reader
/
script
/
bootstrap.sh
8 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
build: node, yarn updates (#21) * build: node, yarn ups * docs: update * build: yarn update
2021-10-16 03:15:21 +00:00
#!/bin/bash
ci(deps): update actions to latest versions fix: ensure bootstrap script catches CI env
2024-02-16 05:14:30 +00:00
if
[
[
-z
"
${
CI
+true
}
"
]
]
;
then
build: node@18, yarn + corepack (#117) * build: update node, yarn, use corepack * ci: node@18 in ci * ci: use bootstrap to corepack in ci * build: skip nvm in CI * ci: mark ci as ci * build: @parcel/* updates * build: netlify-cli update
2023-06-27 16:00:44 +00:00
nvm use
fi
build: node, yarn updates (#21) * build: node, yarn ups * docs: update * build: yarn update
2021-10-16 03:15:21 +00:00
build: node@18, yarn + corepack (#117) * build: update node, yarn, use corepack * ci: node@18 in ci * ci: use bootstrap to corepack in ci * build: skip nvm in CI * ci: mark ci as ci * build: @parcel/* updates * build: netlify-cli update
2023-06-27 16:00:44 +00:00
corepack
enable
&&
yarn
Reference in a new issue
Copy permalink