We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f55d4 commit 08db6fcCopy full SHA for 08db6fc
.github/workflows/tests.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: actions/setup-node@master
36
with:
37
node-version: ${{ matrix.node }}
38
+ check-latest: true
39
40
- name: Install Dependencies for Ubuntu
41
if: startsWith(matrix.os, 'ubuntu')
@@ -90,6 +91,7 @@ jobs:
90
91
uses: implausible/setup-node@feature/expose-architecture-override
92
93
94
95
node-arch: ${{ matrix.arch }}
96
97
- name: Install
0 commit comments