Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikitin committed Nov 11, 2024
1 parent 662379e commit ede743f
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
JEST_JUNIT_OUTPUT_DIR: test-results
NODE_OPTIONS: --max-old-space-size=4000
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: ".nvmrc"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
4 changes: 2 additions & 2 deletions .github/workflows/daily-tx-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
daily-tx-pull:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v4
with:
ref: 'develop'
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,6 @@ resource development efforts. Donations of any size are appreciated. Thank you!

## Codio
Added `codio-client.js` link to `index.ejs`
Build minified client with `NODE_ENV=production npm run build`
WARNING: The build takes too much resources!!!
Build minified client with `export NODE_OPTIONS=--max-old-space-size=4000 export NODE_ENV=production npm run build`
Upload to S3 `./s3-upload.sh "s3_assets_access_key" "s3_assets_access_secret"`
149 changes: 149 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"aws-sdk": "^2.1030.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.2.1",
"bluebird": "^3.7.2",
"cheerio": "1.0.0-rc.3",
"cross-fetch": "^4.0.0",
"enzyme": "3.11.0",
Expand Down

0 comments on commit ede743f

Please sign in to comment.