Skip to content

Commit

Permalink
16!
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Nov 3, 2023
1 parent 48aabcb commit 85ca3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Code Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '16'

- name: Code Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 85ca3f9

Please sign in to comment.