Skip to content

Commit

Permalink
Github actions: Node update: 16.4.0 ➡️ 16.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Feb 10, 2022
1 parent 698722e commit e67a485
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4.0'
node-version: '16.10.0'

- name: Install npm dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4.0'
node-version: '16.10.0'
- name: Install npm dependencies
run: npm install
- name: Build OSX packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4.0'
node-version: '16.10.0'

- name: Install npm dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4.0'
node-version: '16.10.0'

- name: Install npm dependencies
run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4'
node-version: '16.10'

- name: Install npm dependencies
run: |
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4.0'
node-version: '16.10.0'
- name: Install npm dependencies
run: npm install
- name: Build OSX packages
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v1
with:
node-version: '16.4.0'
node-version: '16.10.0'

- name: Install npm dependencies
run: npm install
Expand Down

0 comments on commit e67a485

Please sign in to comment.