gh action

This commit is contained in:
tiero
2023-01-02 13:25:02 +01:00
parent 7c901b8c06
commit 164c0dec1a

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
node: ['10.x', '12.x', '14.x'] node: ['14.x', '16.x', '18.x']
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps: