Skip to content

Commit

Permalink
Bump Node.js version for development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ohakutsu committed Aug 15, 2024
1 parent 7300b07 commit 831449d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.12.2"
node-version: "20.16.0"
registry-url: "https://registry.npmjs.org"
- name: Set version number to environment variable
run: |
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.16.0
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: "20.12.2"
node-version: "20.16.0"
- name: Install qiita-cli
run: npm install -g @qiita/[email protected]
shell: bash
Expand Down

0 comments on commit 831449d

Please sign in to comment.