We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900cee0 commit bad74d2Copy full SHA for bad74d2
.github/workflows/cd.yaml
@@ -11,7 +11,7 @@ on:
11
env:
12
GITHUB_API_URL_BASE: https://api.github.com/repos/${{ github.repository }}
13
# Node.js
14
- NODE_VERSION: '17.6.x'
+ NODE_VERSION: '17.7.0'
15
NPM_REGISTRY_URL: 'https://registry.npmjs.org'
16
# Slack notifications
17
SLACK_WEBHOOK: ${{ secrets.GHA_NOTIFICATIONS_WEBHOOK_URL }}
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ on:
8
9
10
NODE_AUTH_TOKEN: ${{ secrets.READ_ONLY_NPM_TOKEN }}
# Slack Notifications
0 commit comments