mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
OPS: Specify Node version (#5888)
This commit is contained in:
parent
26eba342c5
commit
4e0ab232c0
1 changed files with 7 additions and 4 deletions
|
@ -11,7 +11,13 @@ jobs:
|
||||||
env:
|
env:
|
||||||
APPLE_ID: ${{ secrets.APPLE_ID }} # Setting the environment variable
|
APPLE_ID: ${{ secrets.APPLE_ID }} # Setting the environment variable
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout project
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Specify node version
|
||||||
|
uses: actions/setup-node@v2-beta
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
|
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
|
@ -54,9 +60,6 @@ jobs:
|
||||||
- name: Install node_modules
|
- name: Install node_modules
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run postinstall script
|
|
||||||
run: npm run postinstall
|
|
||||||
|
|
||||||
- name: Set up Git Authentication
|
- name: Set up Git Authentication
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue