Skip to content

Commit

Permalink
chore: update aqua (#49)
Browse files Browse the repository at this point in the history
* chore: update aqua

* chore: downgrade Node.js to 23.1.0

- nodejs/node#55826
  • Loading branch information
suzuki-shunsuke authored Nov 18, 2024
1 parent c0259f1 commit 493ed2b
Show file tree
Hide file tree
Showing 9 changed files with 14,981 additions and 11,049 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: get nested property
id: package_json
uses: notiz-dev/github-action-json-property@a5a9c668b16513c737c3e1f8956772c99c73f6e8 # v0.2.0
with:
path: package.json
prop_path: volta.node
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
- uses: aquaproj/[email protected]
with:
node-version: ${{steps.package_json.outputs.prop}}
cache: 'yarn'
- run: yarn install
- run: yarn build
aqua_version: v2.37.2
- run: npm ci
- run: npm run build
- run: echo "techblog.szksh.cloud" > build/CNAME
- uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
if: github.event_name != 'pull_request'
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Dependencies
/node_modules

.yarn

# Production
/build

Expand All @@ -18,5 +16,3 @@
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ CI is run and blog is updated.
## Installation

```console
$ yarn
$ npm i
```

## Local Development

```console
$ yarn start
$ npm start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
$ yarn build
$ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
59 changes: 59 additions & 0 deletions aqua-checksums.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"checksums": [
{
"id": "github_release/github.com/gohugoio/hugo/v0.138.0/hugo_0.138.0_darwin-universal.tar.gz",
"checksum": "7FC96FD169C692AD6280B43574F3A65AD99D092650A9E6AF6C5FCCD179F2677D",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/gohugoio/hugo/v0.138.0/hugo_0.138.0_linux-amd64.tar.gz",
"checksum": "A4F5A40F24E482D812094054C0A66CC77558974D8CC9C89D7C96DB72CA22BEB6",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/gohugoio/hugo/v0.138.0/hugo_0.138.0_linux-arm64.tar.gz",
"checksum": "9938624904BB8B4AAE5A9D32286172A6CA7583DF97623A40BEF6B9EF4DDE2ADE",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/gohugoio/hugo/v0.138.0/hugo_0.138.0_windows-amd64.zip",
"checksum": "3B64F580F3FA8A441D9A33DC48AE0A6D5603AA3CA3152D97F717B9D1BDF86F81",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/gohugoio/hugo/v0.138.0/hugo_0.138.0_windows-arm64.zip",
"checksum": "CD3C6D9F102268CC34EAE107D423FF92759D85C783AB453132A842378B9FFCFA",
"algorithm": "sha256"
},
{
"id": "http/nodejs.org/dist/v23.1.0/node-v23.1.0-darwin-arm64.tar.gz",
"checksum": "414D4B68299BE0CBCCFABFAC59E53D0726151320E9FF71457AB0BB507FC0592D",
"algorithm": "sha256"
},
{
"id": "http/nodejs.org/dist/v23.1.0/node-v23.1.0-darwin-x64.tar.gz",
"checksum": "CB84BD83064FF75F63DD95F1A53B6F7F2D2D36C67E03E9E9C87CFA2B977511B6",
"algorithm": "sha256"
},
{
"id": "http/nodejs.org/dist/v23.1.0/node-v23.1.0-linux-arm64.tar.gz",
"checksum": "21E20E961EB2F6AB3FCC24421D3975D1714B6A4525C8ECD4F3DBBEE3938A95CC",
"algorithm": "sha256"
},
{
"id": "http/nodejs.org/dist/v23.1.0/node-v23.1.0-linux-x64.tar.gz",
"checksum": "1C436B2AC33A4FEF7CF08C08B8A33362325C0C8AC8D05D4054A79628D5D0B5AE",
"algorithm": "sha256"
},
{
"id": "http/nodejs.org/dist/v23.1.0/node-v23.1.0-win-x64.zip",
"checksum": "0E904430FA560B7666B48B0F7B9A6DDDBB5A70613C00EA3F386EDD64726ADE70",
"algorithm": "sha256"
},
{
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.254.0/registry.yaml",
"checksum": "6FFA6314EC9B401A2F01BB9B44CBA1199A7EDCC924A6C5094691255D306978FF",
"algorithm": "sha256"
}
]
}
10 changes: 6 additions & 4 deletions aqua.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
checksum:
enabled: true
require_checksum: true
registries:
- type: standard
ref: v0.10.10 # renovate: depName=aquaproj/aqua-registry

ref: v4.254.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: gohugoio/hugo@v0.89.4
- name: suzuki-shunsuke/[email protected].0
- name: gohugoio/hugo@v0.138.0
- name: nodejs/[email protected].0
Loading

0 comments on commit 493ed2b

Please sign in to comment.