Skip to content

Commit 831449d

Browse files
committed
Bump Node.js version for development environment
1 parent 7300b07 commit 831449d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: "20.12.2"
22+
node-version: "20.16.0"
2323
registry-url: "https://registry.npmjs.org"
2424
- name: Set version number to environment variable
2525
run: |

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
20.16.0

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "20.12.2"
19+
node-version: "20.16.0"
2020
- name: Install qiita-cli
2121
run: npm install -g @qiita/qiita-cli@v1.4.4
2222
shell: bash

0 commit comments

Comments
 (0)