We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c413805 commit 61f6ecfCopy full SHA for 61f6ecf
1 file changed
.github/workflows/ci.yml
@@ -23,9 +23,6 @@ jobs:
23
- name: Install dependencies
24
run: pnpm install --frozen-lockfile
25
26
- - name: Update npm
27
- run: sudo npm install -g npm@11.5.1
28
-
29
- name: Compile
30
run: pnpm build
31
@@ -52,12 +49,18 @@ jobs:
52
49
needs: [ compile, test ]
53
50
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
54
51
runs-on: ubuntu-latest
+ permissions:
+ contents: read
+ id-token: write
55
steps:
56
- name: Checkout repo
57
uses: actions/checkout@v6
58
59
- name: Set up node
60
uses: actions/setup-node@v6
61
+
62
+ - name: Update npm
63
+ run: sudo npm install -g npm@11.5.1
64
65
- name: Install pnpm
66
uses: pnpm/action-setup@v4
0 commit comments