We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4de57 commit 4e30fcbCopy full SHA for 4e30fcb
.github/workflows/tester.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
ref: refs/pull/${{ github.event.pull_request.number }}/merge
18
- name: Use Node.js
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
- name: Install Dependencies
21
run: npm install
22
- name: Lint
0 commit comments