Skip to content

Commit

Permalink
chore: Use default Apline version from docker-node
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed May 31, 2021
1 parent 886319b commit e1b31ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/alpine.yml
Expand Up @@ -22,13 +22,13 @@ jobs:

include:
- node: 12
alpine: "3.9"
alpine: "3.11"
- node: 14
alpine: "3.10"
alpine: "3.11"
- node: 15
alpine: "3.10"
- node: 16
alpine: "3.11"
- node: 16
alpine: "3.13"

steps:
- name: Install Alpine build tools
Expand Down

0 comments on commit e1b31ad

Please sign in to comment.