Skip to content

Commit 11d4a90

Browse files
author
Kelly Selden
committed
float latest node in CI
1 parent c9d4fd5 commit 11d4a90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- macos-latest
3131
node:
3232
- 8
33-
- 13
33+
- '*'
3434
test-command:
3535
- test:command
3636
- test:bin
3737
- test:fast
3838
exclude:
3939
- os: macos-latest
40-
node: 13
40+
node: '*'
4141
- os: macos-latest
4242
node: 8
4343
test-command: test:fast

0 commit comments

Comments
 (0)