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-11-01 14:44:45 +0300
committerGitHub <noreply@github.com>2020-11-01 14:44:45 +0300
commit7027d8b8d2f2eba5a513fd0fb9d0cd3c76d96781 (patch)
tree4f2eb79ccf0eff1c43afb02c949be34c1bf1c3a5
parent9af0ed1639ce94ea170f483204a19d3a9955aae8 (diff)
Bump actions/setup-node from v1 to v2.1.2 (#146)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...c6fd00ceb9747fb23ffdf72987450a2664414867) 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 3e32f69..cf90151 100644
--- a/.github/workflows/autoprefixer.yml
+++ b/.github/workflows/autoprefixer.yml
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Node
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2.1.2
with:
node-version: "12.x"