We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a092b19 commit ae3b6cfCopy full SHA for ae3b6cf
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
23
24
- name: Setup Node.js with npm
25
- uses: actions/setup-node@v3.8.2
+ uses: actions/setup-node@v4.0.0
26
with:
27
check-latest: true
28
node-version: ${{ env.NODE_JS_VERSION }}
0 commit comments