Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Jul 24, 2024
1 parent 38ca876 commit 0b50bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/load-verdaccio-with-amplify-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:
NPM_PASS: verdaccio
NPM_EMAIL: [email protected]
run: |
npm --version
npm i -g npm-cli-adduser
npm-cli-adduser
sleep 1
Expand Down
5 changes: 2 additions & 3 deletions .github/actions/node-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ inputs:
default: false
node_version:
required: false
default: '18.20.2'
runs:
using: 'composite'
steps:
- name: Setup Node.js 18
- name: Setup Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: ${{ inputs.node_version }}
node-version: ${{ inputs.node_version || 18.20.2 }}
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
Expand Down

0 comments on commit 0b50bdb

Please sign in to comment.