We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849fab7 commit ccb01fcCopy full SHA for ccb01fc
.github/workflows/release-please-validate.yaml
@@ -13,13 +13,10 @@ jobs:
13
rp-validate:
14
runs-on: ubuntu-latest
15
container:
16
- image: node:20
+ image: node:22
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v5
20
21
- - name: Install glob
22
- run: npm install glob
23
-
24
- name: Ensure Release Please Config and Manifest are in sync with the repository
25
run: node scripts/check-release-please.mjs
scripts/check-release-please.mjs
@@ -14,9 +14,8 @@
* limitations under the License.
*/
-import path from 'path';
-import { readFileSync } from 'fs';
-import { globSync } from 'glob';
+import path from 'node:path';
+import { globSync, readFileSync } from 'node:fs';
/*
Enumerates through
0 commit comments