Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-23 09:18:57 +0300
committerGitHub <noreply@github.com>2021-02-23 09:18:57 +0300
commita2307565acd18c8d08e4f100076c9b9ba6503c5f (patch)
treec5bf1966ec2a15550fd8577627af30647536946f
parent0104c49a4a3d0abbe98ecca3c951b7a260091982 (diff)
Bump actions/setup-node from v2.1.4 to v2.1.5 (#237)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/autoprefixer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml
index 65cb048..512e346 100644
--- a/.github/workflows/autoprefixer.yml
+++ b/.github/workflows/autoprefixer.yml
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Setup Node
- uses: actions/setup-node@v2.1.4
+ uses: actions/setup-node@v2.1.5
with:
node-version: "15.x"