Skip to content
Snippets Groups Projects
Commit dc0cb3f6 authored by Mark Sinclair's avatar Mark Sinclair
Browse files

GitHub Actions - make node version install regular and install NodeJS v16

parent 216b5535
Branches
Tags nym-wallet-v1.0.6-pre.3
No related merge requests found
......@@ -13,9 +13,9 @@ jobs:
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
- name: Setup yarn
run: npm install -g yarn
- name: Build
......
......@@ -14,9 +14,9 @@ jobs:
runs-on: custom-runner-linux
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
- name: Setup yarn
run: npm install -g yarn
- name: Run ESLint
......
......@@ -17,9 +17,9 @@ jobs:
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
- name: Setup yarn
run: npm install -g yarn
continue-on-error: true
......
......@@ -17,9 +17,9 @@ jobs:
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
- name: Install Yarn
run: npm install -g yarn
- run: yarn
......
......@@ -26,9 +26,9 @@ jobs:
core.setFailed('Release tag did not start with nym-wallet-...')
- name: Node v16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 16
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
......
......@@ -30,9 +30,9 @@ jobs:
core.setFailed('Release tag did not start with nym-wallet-...')
- name: Node v16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 16
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
......
......@@ -45,9 +45,9 @@ jobs:
Import-PfxCertificate -FilePath certificate/certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $env:WINDOWS_CERTIFICATE_PASSWORD -Force -AsPlainText)
- name: Node v16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 16
- name: Install Rust stable
uses: actions-rs/toolchain@v1
......
......@@ -13,9 +13,9 @@ jobs:
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
- name: Setup yarn
run: npm install -g yarn
- name: Build dependencies
......
......@@ -34,9 +34,9 @@ jobs:
toolchain: stable
- name: Node v16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 16
- name: Install yarn for building application
run: yarn install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment