Skip to content

Commit

Permalink
change: 노드 버전 (16.x => 17.6.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi Sung Park committed Mar 10, 2022
1 parent 4e0c35b commit 3987283
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: '16.x'
NODE_VERSION: '17.6.x'
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: '16.x'
NODE_VERSION: '17.6.x'
NPM_REGISTRY_URL: 'https://registry.npmjs.org'
NODE_AUTH_TOKEN: ${{ secrets.READ_ONLY_NPM_TOKEN }}
# Slack Notifications
Expand Down

0 comments on commit 3987283

Please sign in to comment.