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 aedf4ed commit a782d91Copy full SHA for a782d91
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
22
23
- name: Setup Node.js with npm
24
- uses: actions/setup-node@v3.6.0
+ uses: actions/setup-node@v3.7.0
25
with:
26
check-latest: true
27
node-version: ${{ env.NODE_JS_VERSION }}
0 commit comments