We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5dda2 commit b4cc7c6Copy full SHA for b4cc7c6
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
python-version: '3.11'
32
- name: Use Node.js ${{ matrix.node }}
33
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
34
35
cache: yarn
36
node-version: ${{ matrix.node }}
0 commit comments