Skip to content

Commit 220cf8b

Browse files
committed
ci: update workflows
1 parent 114a37b commit 220cf8b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
45+
env:
46+
PIP_DISABLE_PIP_VERSION_CHECK: 1
4547
steps:
4648
- uses: actions/checkout@v4
4749
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ master ]
77

88
env:
9-
NODE_VERSION: 18.x
9+
NODE_VERSION: 22.x
1010

1111
jobs:
1212
lint-js:

0 commit comments

Comments
 (0)