Skip to content

Commit

Permalink
Merge pull request #67 from microcmsio/ci/release-node-version
Browse files Browse the repository at this point in the history
GitHubActionsのReleaseワークフローに使用するNode.jsのversionを16系に変更
  • Loading branch information
dc7290 authored Sep 11, 2023
2 parents 2752e3c + bc01e2a commit b93cef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: release on npm
run: |
Expand Down

0 comments on commit b93cef6

Please sign in to comment.