Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo: workflows use node 16 everywhere #874

Merged
merged 1 commit into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand Down Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Save HEAD information
run: git --no-pager log --decorate=short --pretty=oneline -n1 > head.txt
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
apt update && apt install -y binutils rpm
Expand All @@ -76,9 +76,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install Cordova
run: |
npm i -g cordova@10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v1

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
Expand Down
25 changes: 17 additions & 8 deletions .github/workflows/deploy.pulls.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: repo.tgz
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare
run: |
tar xzf repo.tgz
Expand All @@ -60,6 +64,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: repo.tgz
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare
run: |
tar xzf repo.tgz
Expand Down Expand Up @@ -149,9 +157,9 @@ jobs:
- name: Unpack artifact
run: tar xzf repo.tgz
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand Down Expand Up @@ -189,9 +197,9 @@ jobs:
- name: Unpack artifact
run: tar xzf repo.tgz
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
apt update && apt install -y binutils rpm
Expand Down Expand Up @@ -221,9 +229,9 @@ jobs:
- name: Unpack artifact
run: tar xzf repo.tgz
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand Down Expand Up @@ -252,9 +260,10 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: actions/setup-node@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install Cordova
run: |
npm i -g cordova@10
Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/night.bastyon.com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: '14'
- name: Prepare
Expand All @@ -34,9 +35,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand Down Expand Up @@ -71,9 +72,9 @@ jobs:
- name: Save HEAD information
run: git --no-pager log --decorate=short --pretty=oneline -n1 > head.txt
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
apt update && apt install -y binutils rpm
Expand All @@ -99,9 +100,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand All @@ -125,9 +126,10 @@ jobs:
java-version: '11'
- name: Check out Git repository
uses: actions/checkout@v1
- uses: actions/setup-node@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install Cordova
run: |
npm i -g cordova@10
Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/night.test.bastyon.com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: gui
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: '14'
- name: Prepare
Expand All @@ -33,9 +34,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand Down Expand Up @@ -70,9 +71,9 @@ jobs:
- name: Save HEAD information
run: git --no-pager log --decorate=short --pretty=oneline -n1 > head.txt
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
apt update && apt install -y binutils rpm
Expand All @@ -98,9 +99,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Prepare building
run: |
npm i
Expand All @@ -124,9 +125,10 @@ jobs:
java-version: '11'
- name: Check out Git repository
uses: actions/checkout@v1
- uses: actions/setup-node@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install Cordova
run: |
npm i -g cordova@10
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre.pocketnet.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.pocketnet.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 16

- name: Prepare
run: |
Expand Down