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 d0e43e5 commit e96b89aCopy full SHA for e96b89a
.github/workflows/on_pull_request.yml
@@ -16,7 +16,7 @@ jobs:
16
17
# Set up Node.js
18
- name: Set up Node.js
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
20
with:
21
node-version: ${{ env.NODE_VERSION }}
22
.github/workflows/on_push_main.yml
@@ -17,7 +17,7 @@ jobs:
23
0 commit comments