Compare commits

..

1 commit

Author SHA1 Message Date
Kristjan ESPERANTO
c8d1ae93e1
Merge 3591b3cad9 into 229dbac93e 2025-02-16 01:39:04 +00:00

View file

@ -79,7 +79,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: checkout
uses: actions/checkout@v4