Skip to content

Commit aca38ac

Browse files
committed
CI updates
* add Node.js 14 * remove no longer needed steps; `actions-setup-node` prints this by default now
1 parent 7e35f3e commit aca38ac

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: [10, 12, 13]
14+
node: [10, 12, 14]
1515
os: [ubuntu-latest, windows-latest]
1616

1717
steps:
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node }}
2525

26-
- run: node --version
27-
- run: npm --version
28-
2926
- name: Install npm dependencies
3027
run: npm ci
3128

0 commit comments

Comments
 (0)