From: Eduardo San Martin Morote Date: Mon, 10 Jun 2024 14:46:11 +0000 (+0200) Subject: ci: upgrade tests X-Git-Tag: v4.4.0-alpha.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d0bde3438617fb41a976832b0246b03a6ea3e56;p=thirdparty%2Fvuejs%2Frouter.git ci: upgrade tests --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6221e906..e0391183 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,14 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 + - uses: actions/setup-node@v4 with: - version: 8.5.0 - - uses: actions/setup-node@v3 - with: - node-version: '18' - cache: 'pnpm' + node-version: 'lts/*' + cache: pnpm - name: 'BrowserStack Env Setup' uses: 'browserstack/github-actions/setup-env@master' # forks do not have access to secrets so just skip this