Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 84bccbd

Browse files
authored
Update nodejs.yml
1 parent f6720ea commit 84bccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on: [push]
44

55
jobs:
66
build:
7-
87
strategy:
98
fail-fast: false
109
matrix:
1110
node-version: [8.x, 10.x, 12.x]
1211
platform:
1312
- { os: windows-latest, hunspell: true }
13+
- { os: ubuntu-latest, hunspell: true }
1414
- { os: windows-latest }
1515
- { os: ubuntu-latest }
1616

0 commit comments

Comments
 (0)