mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +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:
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }} # Setting the environment variable
|
||||
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
|
||||
with:
|
||||
|
@ -54,9 +60,6 @@ jobs:
|
|||
- name: Install node_modules
|
||||
run: npm install
|
||||
|
||||
- name: Run postinstall script
|
||||
run: npm run postinstall
|
||||
|
||||
- name: Set up Git Authentication
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue