Skip to content

Commit

Permalink
change: node version 17.6.x => 17.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi Sung Park authored and pgs787 committed Mar 10, 2022
1 parent 900cee0 commit bad74d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Expand Up @@ -11,7 +11,7 @@ on:
env:
GITHUB_API_URL_BASE: https://api.github.com/repos/${{ github.repository }}
# Node.js
NODE_VERSION: '17.6.x'
NODE_VERSION: '17.7.0'
NPM_REGISTRY_URL: 'https://registry.npmjs.org'
# Slack notifications
SLACK_WEBHOOK: ${{ secrets.GHA_NOTIFICATIONS_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -8,7 +8,7 @@ on:

env:
# Node.js
NODE_VERSION: '17.6.x'
NODE_VERSION: '17.7.0'
NPM_REGISTRY_URL: 'https://registry.npmjs.org'
NODE_AUTH_TOKEN: ${{ secrets.READ_ONLY_NPM_TOKEN }}
# Slack Notifications
Expand Down

0 comments on commit bad74d2

Please sign in to comment.