We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd13b54 commit 0b4be79Copy full SHA for 0b4be79
.github/workflows/lingodotdev.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Use Node.js
49
uses: actions/setup-node@v4
50
with:
51
- node-version: "20.19"
+ node-version: "22"
52
53
- name: Lingo.dev
54
uses: ./
.github/workflows/pr-check.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
- name: Install pnpm
39
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -39,7 +39,10 @@ jobs:
40
41
42
43
+
44
+ - name: Upgrade npm for OIDC support
45
+ run: npm install -g npm@11.5.1
46
47
0 commit comments