Skip to content

Commit

Permalink
workflows: Update node-versions of action runners
Browse files Browse the repository at this point in the history
- Remove v12 and v14
- Add v18 and v20
  • Loading branch information
fordN authored and tilacog committed Sep 18, 2023
1 parent ab23c3b commit 7152d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [16, 18, 20]

steps:
- name: Setup PostgreSQL
Expand Down

0 comments on commit 7152d2c

Please sign in to comment.