Skip to content

Commit defda6c

Browse files
committed
nodejsのバージョンを22.17.1に更新し、GitHub Actionsの設定を16.xから22.xに変更
1 parent 3556266 commit defda6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '16.x'
15+
node-version: '22.x'
1616
cache: 'yarn'
1717
- run: yarn install --frozen-lockfile
1818
- name: release on npm

.tool-versions

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

0 commit comments

Comments
 (0)