Compare commits

...

2 Commits

Author SHA1 Message Date
disisdsid
35e984c5af
Merge 68b1cd1267 into 25b062c917 2024-02-13 20:56:09 +01:00
disisdsid
68b1cd1267
Update versions.yml
changing node version in 'setup.yaml' file
2024-01-08 20:18:22 +05:30

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 18 ]
steps:
- uses: actions/checkout@v4
- name: Setup Node
@ -140,7 +140,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 18]
steps:
- uses: actions/checkout@v4
- name: Setup Node and check latest
@ -205,7 +205,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [11, 13]
node-version: [11, 13, 16, 18]
steps:
- uses: actions/checkout@v4
- name: Setup Node from dist