Skip to content

Commit

Permalink
Fixed build node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 19, 2023
1 parent 8da3a7e commit 4cc244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndPub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
compact: true
input: node_versions.json
script: '[.[] | select((strptime("%Y-%m-%d"; .date) | mktime) > (now - (365*24*60*60)))] | map(.version)'
script: '[.[] | select(.version | test("v([1-9][6-9]|[2-9][0-9]).*"))] | map(.version)'

- name: Set matrix for build
run: |
Expand Down

0 comments on commit 4cc244b

Please sign in to comment.