Skip to content

Commit 08db6fc

Browse files
committed
Check for latest node version when running tests
1 parent 85f55d4 commit 08db6fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-node@master
3636
with:
3737
node-version: ${{ matrix.node }}
38+
check-latest: true
3839

3940
- name: Install Dependencies for Ubuntu
4041
if: startsWith(matrix.os, 'ubuntu')
@@ -90,6 +91,7 @@ jobs:
9091
uses: implausible/setup-node@feature/expose-architecture-override
9192
with:
9293
node-version: ${{ matrix.node }}
94+
check-latest: true
9395
node-arch: ${{ matrix.arch }}
9496

9597
- name: Install

0 commit comments

Comments
 (0)