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.
2 parents 539b84d + d22c6f6 commit 6d55cafCopy full SHA for 6d55caf
.github/workflows/actions.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
fetch-depth: 0 # Required to retrieve git history
25
- name: Use Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@v4.3.0
+ uses: actions/setup-node@v4.4.0
27
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
@@ -48,7 +48,7 @@ jobs:
48
49
token: ${{ secrets.GH_TOKEN_SEMANTIC }}
50
51
52
53
node-version: 18
54
0 commit comments