From 845db26619bda9efe5b300ec9c7ad45379e3e7d4 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 20 Mar 2022 00:40:13 +0700 Subject: [PATCH] Meta tweaks --- .github/funding.yml | 1 - .github/workflows/main.yml | 2 +- integration-test | 2 +- readme.md | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index 0038dab5..00000000 --- a/.github/funding.yml +++ /dev/null @@ -1 +0,0 @@ -github: sindresorhus diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96917392..28f5aa6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: git config --global user.name "Github Actions" diff --git a/integration-test b/integration-test index b2492e19..1771d17d 160000 --- a/integration-test +++ b/integration-test @@ -1 +1 @@ -Subproject commit b2492e190f3864f96955a7acb4349bb9722530b9 +Subproject commit 1771d17d524bb33a4cfc99df36000a4e460fcde5 diff --git a/readme.md b/readme.md index 7b0e7266..d3d2e7dc 100644 --- a/readme.md +++ b/readme.md @@ -34,8 +34,8 @@ ## Install -``` -$ npm install --global np +```sh +npm install --global np ``` ## Usage