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 d385420 commit b523642Copy full SHA for b523642
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
with:
25
ref: ${{ github.event.pull_request.head.sha }}
26
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
27
28
node-version: '18'
29
cache: 'yarn'
0 commit comments