Skip to content

Commit

Permalink
chore: remove duplicated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Nov 7, 2024
1 parent 22c55ac commit 0a4369f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
node-version: [lts/*, latest]
node-version: [lts/*]
os: [ubuntu-latest, windows-latest, macos-latest]
architecture: [x64]
name: build on ${{ matrix.os }} ${{ matrix.architecture }} node ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions build/lib/argon2.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default class ExternalResource extends ExternalResourceBuilder {
this.#meta = { "argon2": "v" + readConfig( cwd + "/package.json" ).version };
}

// protected
async _getEtag ( { etag, buildDate, meta } ) {
return result( 200, "argon2:" + this.#meta.argon2 );
}
Expand Down

0 comments on commit 0a4369f

Please sign in to comment.