We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a7816 commit a130630Copy full SHA for a130630
.github/workflows/ci.yml
@@ -21,7 +21,8 @@ jobs:
21
- 18
22
- 20
23
- 22
24
- - 24
+ # https://github.com/nodejs/node/issues/59480
25
+ - 24.5
26
eslint:
27
- 8.56
28
- 8
.github/workflows/release.yml
@@ -30,9 +30,9 @@ jobs:
30
with:
31
node-version: lts/*
32
cache: yarn
33
- env:
34
- # https://github.com/actions/setup-node/issues/531#issuecomment-1819151412
35
- SKIP_YARN_COREPACK_CHECK: 1
+
+ - name: Upgrade npm
+ run: npm install -g npm@latest
36
37
- name: Install Dependencies
38
run: yarn --immutable
@@ -50,5 +50,3 @@ jobs:
50
publish: yarn release
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
- NPM_CONFIG_PROVENANCE: true
54
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments