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>2020-12-11 09:28:03 +0300
committerGitHub <noreply@github.com>2020-12-11 09:28:03 +0300
commit30224eca1f3ca1fc52cb61d4ff56bac24084071f (patch)
tree4a1f85c8f6d1687dbacefb7542319fd5eda8b465
parent713123982ac3ed19586a7af07404661e299a4510 (diff)
Bump actions/setup-node from v2.1.2 to v2.1.3 (#188)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...27082cecf3ff7a1742dbd5e12605f0cb59dce2d9) 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 5ed453f..e817385 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.2
+ uses: actions/setup-node@v2.1.3
with:
node-version: "15.x"