Skip to content

Commit

Permalink
Release v1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
JPBM135 committed Jan 17, 2024
1 parent 3d4831b commit e23ce2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19900,10 +19900,9 @@ import process2 from "node:process";
var POLYFILLS = {
curl: "sudo apt-get install -y --no-install-recommends curl",
// This script will error because the node environment is not set up yet.
yarn: "curl -o- -L https://yarnpkg.com/install.sh | bash || true",
yarn: 'curl -o- -L https://yarnpkg.com/install.sh | bash || true && echo "$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" >> $GITHUB_PATH',
git: "sudo apt-get install -y --no-install-recommends git",
jq: "sudo apt-get install -y --no-install-recommends jq",
"config-dir": "mkdir -p ~/.config"
jq: "sudo apt-get install -y --no-install-recommends jq"
};
try {
const platform = process2.platform;
Expand Down
4 changes: 2 additions & 2 deletions dist/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpbm135/self-hosted-action-polyfill",
"version": "1.0.25",
"version": "1.0.26",
"description": "Polyfills for self hosted actions",
"main": "dist/index.mjs",
"scripts": {
Expand Down

0 comments on commit e23ce2b

Please sign in to comment.