forked from logseq/logseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Weihua Lu
committed
Jun 28, 2021
1 parent
54aaa54
commit 731ef32
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ jobs: | |
uses: actions/checkout@v1 | ||
|
||
- name: Install Node.js, NPM and Yarn | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
|
||
- name: Setup Java JDK | ||
uses: actions/[email protected] | ||
|
@@ -95,9 +95,9 @@ jobs: | |
run: unzip static.zip | ||
|
||
- name: Install Node.js, NPM and Yarn | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
@@ -142,9 +142,9 @@ jobs: | |
run: unzip static.zip | ||
|
||
- name: Install Node.js, NPM and Yarn | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
@@ -188,9 +188,9 @@ jobs: | |
run: ls -al ./static | ||
|
||
- name: Install Node.js, NPM and Yarn | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
|
||
- name: Signing By Apple Developer ID | ||
uses: apple-actions/import-codesign-certs@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters