Skip to content

Commit

Permalink
build(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 31, 2024
1 parent 967d600 commit 692acce
Show file tree
Hide file tree
Showing 3 changed files with 1,068 additions and 3,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


if (result) {
const {writeFileSync} = require('fs');
const { writeFileSync } = await import('node:fs');
writeFileSync('./version', result.nextRelease.version);
writeFileSync('./artifact/release.json', JSON.stringify(result.nextRelease, null, ' '));
} else {
Expand Down
Loading

0 comments on commit 692acce

Please sign in to comment.