Skip to content

Commit bad74d2

Browse files
Gi Sung Parkpgs787
Gi Sung Park
authored andcommitted
change: node version 17.6.x => 17.7.0
1 parent 900cee0 commit bad74d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
GITHUB_API_URL_BASE: https://api.github.com/repos/${{ github.repository }}
1313
# Node.js
14-
NODE_VERSION: '17.6.x'
14+
NODE_VERSION: '17.7.0'
1515
NPM_REGISTRY_URL: 'https://registry.npmjs.org'
1616
# Slack notifications
1717
SLACK_WEBHOOK: ${{ secrets.GHA_NOTIFICATIONS_WEBHOOK_URL }}

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# Node.js
11-
NODE_VERSION: '17.6.x'
11+
NODE_VERSION: '17.7.0'
1212
NPM_REGISTRY_URL: 'https://registry.npmjs.org'
1313
NODE_AUTH_TOKEN: ${{ secrets.READ_ONLY_NPM_TOKEN }}
1414
# Slack Notifications

0 commit comments

Comments
 (0)