Skip to content

Commit

Permalink
use node-version: '14'
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed Oct 11, 2024
1 parent f856479 commit 112c4f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '14'

- name: Make key file
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '14'

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '14'

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '14'

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '14'

- name: Build
shell: bash
Expand Down

0 comments on commit 112c4f4

Please sign in to comment.