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 cc85f6a commit 55467c8Copy full SHA for 55467c8
.github/workflows/cicheck.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
22
- name: Set up Node.js ${{ matrix.node }}
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node }}
26
0 commit comments