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 b427fa8 commit 31e4d2eCopy full SHA for 31e4d2e
.github/workflows/release.yml
@@ -7,6 +7,10 @@ on:
7
release:
8
types: [created]
9
10
+permissions:
11
+ id-token: write # Required for OIDC
12
+ contents: read
13
+
14
jobs:
15
publish-npm:
16
runs-on: ubuntu-latest
@@ -15,8 +19,8 @@ jobs:
19
- uses: actions/setup-node@v5
20
with:
17
21
node-version: 22
18
- cache: 'npm'
22
registry-url: https://registry.npmjs.org/
23
+ - run: npm install -g npm@latest
24
- run: npm ci --ignore-scripts --no-audit --no-fund
25
- run: npx playwright install chromium --only-shell
26
- run: npm test -- --forbid-only
0 commit comments