diff options
| author | ManeraKai <manerakai@protonmail.com> | 2024-07-02 15:27:29 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 15:27:29 +0300 | 
| commit | 77459d7f58c5e87868d125015eaaf8a32fc4e790 (patch) | |
| tree | 0535c19f284ecc3528be1c65c7187180ff5388c7 | |
| parent | Made sidebar taller (diff) | |
| download | libredirect-77459d7f58c5e87868d125015eaaf8a32fc4e790.zip | |
Update test.yml
| -rw-r--r-- | .github/workflows/test.yml | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f31a693f..612e46a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 - with: - node-version: "16" - run: npm install - run: npm test | 
