Skip to content

Commit 7e274ca

Browse files
committed
bump to node 12 for postgres test
1 parent 914c9c4 commit 7e274ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: Use Node.js 10
205205
uses: actions/setup-node@v1
206206
with:
207-
node-version: 10
207+
node-version: 12
208208
- name: Cache Node.js modules
209209
uses: actions/cache@v2
210210
with:

0 commit comments

Comments
 (0)