diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-02-15 20:48:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-15 20:48:20 +0300 |
| commit | 9f90a84d30fc2e407dfd847dcf047bb65de7baa3 (patch) | |
| tree | 88ba4ce35366a961bb42dbac29562ada9c43e4c2 | |
| parent | Updated npm and tweaked some things by therealresonix (diff) | |
| download | libredirect-9f90a84d30fc2e407dfd847dcf047bb65de7baa3.zip | |
Update test.yml
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b4b43aa..404ac8dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - run: npm install - run: npm test |
