Skip to content

Commit 9203bed

Browse files
committed
ci: test on later node versions
1 parent 02e8661 commit 9203bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 14
14+
node-version: 15
1515
- name: Lint
1616
run: |
1717
yarn --frozen-lockfile
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
node-version: [12, 14, 15]
24+
node-version: [14, 15]
2525
steps:
2626
- uses: actions/checkout@v1
2727
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)