Skip to content

Commit

Permalink
chore: bump ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Weihua Lu committed Jun 28, 2021
1 parent 54aaa54 commit 731ef32
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
java-version: 1.8

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: 16

- name: Install clojure
run: |
Expand All @@ -50,4 +50,3 @@ jobs:
AWS_REGION: 'us-west-1' # optional: defaults to us-east-1
SOURCE_DIR: 'static' # optional: defaults to entire repository
DEST_DIR: ${GITHUB_REF##*/}/static

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
java-version: 1.8

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: 16

- name: Check Dockerfile consistency
run: |
Expand Down

0 comments on commit 731ef32

Please sign in to comment.