There was an error while loading. Please reload this page.
2 parents 5ee604a + 33fcd67 commit a9f5dafCopy full SHA for a9f5daf
2 files changed
.github/workflows/ci.yml
@@ -1,8 +1,6 @@
1
name: CI
2
3
on:
4
- push:
5
- branches: [main]
6
pull_request:
7
branches: [main]
8
@@ -26,7 +24,7 @@ jobs:
26
24
- name: Setup Node.js
27
25
uses: actions/setup-node@v4
28
with:
29
- node-version: 20
+ node-version: 22
30
cache: 'pnpm'
31
32
- name: Install dependencies
.github/workflows/release.yml
@@ -31,10 +31,13 @@ jobs:
33
34
35
36
registry-url: 'https://registry.npmjs.org'
37
38
+ - name: Update npm to latest for OIDC support
39
+ run: npm install -g npm@latest
40
+
41
42
run: pnpm install --frozen-lockfile
43
0 commit comments