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

github.com/nextcloud/notes.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>2022-02-28 13:02:53 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-02-28 22:34:52 +0300
commit0be06c5a6cfc8b4ca272624fa56db6119e5dfcff (patch)
treef73d3f1085a80d69b2a5a27718d129a555b88426
parent709a2d6c91881ebdf2849784b95814e92bdae874 (diff)
Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index aea5b1ac..b1a5daff 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm i -g npm@7