Skip to content

Commit 0d344a4

Browse files
committed
Bump node version for development environment
1 parent 0f9e252 commit 0d344a4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: "18.16.0"
22+
node-version: "20.12.2"
2323
registry-url: "https://registry.npmjs.org"
2424
- name: Set version number to environment variable
2525
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: "18.16.0"
34+
node-version: "20.12.2"
3535
- run: yarn install
3636
- run: yarn run lint
3737

@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: actions/setup-node@v4
6565
with:
66-
node-version: "18.16.0"
66+
node-version: "20.12.2"
6767
- run: yarn install
6868
- run: yarn run build
6969
env:

.node-version

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

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: "18.16.0"
19+
node-version: "20.12.2"
2020
- name: Install qiita-cli
2121
run: npm install -g @qiita/qiita-cli@v1.4.1
2222
shell: bash

0 commit comments

Comments
 (0)