Skip to content

Commit

Permalink
ci: fix update_chrome_revision.mjs (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium authored Jan 15, 2025
1 parent 1b3908b commit ec4a5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_chrome_revision.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {writeFile, readFile} from 'fs/promises';
import actions from '@actions/core';
import {SemVer} from 'semver';

import packageJson from '../package.json' assert {type: 'json'};
import packageJson from '../package.json' with {type: 'json'};

async function getVersionAndRevisionForCanary() {
const result = await fetch(
Expand Down

0 comments on commit ec4a5d9

Please sign in to comment.