diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1063fb..7edd57a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,11 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version-file: '.nvmrc' + cache: npm + - name: Test Action id: test_action env: @@ -51,6 +56,7 @@ jobs: - name: Integration tests timeout-minutes: 5 + run: | npm install --immutable npm run test diff --git a/.nvmrc b/.nvmrc index d4b25d0..29ef05d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.16 +18.12