Skip to content

Commit 0b4be79

Browse files
authored
fix: upd npm (#1669)
1 parent dd13b54 commit 0b4be79

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/lingodotdev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: "20.19"
51+
node-version: "22"
5252

5353
- name: Lingo.dev
5454
uses: ./

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Use Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: "20.19"
36+
node-version: "22"
3737

3838
- name: Install pnpm
3939
uses: pnpm/action-setup@v4

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
- name: Use Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: "20.19"
42+
node-version: "22"
43+
44+
- name: Upgrade npm for OIDC support
45+
run: npm install -g npm@11.5.1
4346

4447
- name: Install pnpm
4548
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)