We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b191a + 7696309 commit 60ba799Copy full SHA for 60ba799
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
cache-dependency-path: 'pyproject.toml'
46
47
- name: Use Node.js ${{ matrix.node-version }}
48
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
49
with:
50
node-version: ${{ matrix.node-version }}
51
cache: 'yarn'
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments