We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bb6da commit 7e1beacCopy full SHA for 7e1beac
1 file changed
.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@v2.5.1
+ uses: actions/setup-node@v3.0.0
25
with:
26
check-latest: true
27
node-version: ${{ env.NODE_JS_VERSION }}
0 commit comments