Skip to content

Commit 4ca7265

Browse files
committed
Upgrade setup-node and node versions used in CI
1 parent d38e367 commit 4ca7265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x]
19+
node-version: [12, 14, 16]
2020

2121
steps:
2222
- name: Setup PostgreSQL
@@ -27,7 +27,7 @@ jobs:
2727
postgresql password: test
2828
- uses: actions/checkout@v2
2929
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@v2
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
- shell: bash

0 commit comments

Comments
 (0)