Skip to content

Commit b57994c

Browse files
authored
Merge pull request #55 from eldimious/feature/NAS-0_update_packages
Feature/nas 0 update packages
2 parents dd33d99 + 56bd206 commit b57994c

File tree

5 files changed

+411
-321
lines changed

5 files changed

+411
-321
lines changed

.github/workflows/running_tests_merging_on_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 14.x]
12+
node-version: [12.x, 14.x, 16.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/running_tests_on_new_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x]
11+
node-version: [12.x, 14.x, 16.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)