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 b74014a commit 87505aaCopy full SHA for 87505aa
.github/workflows/check-test.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Setup Node.js
61
uses: actions/setup-node@v4
62
with:
63
- node-version: 20.x
+ node-version: ^20.x
64
cache: "npm"
65
66
- name: Install npm
0 commit comments