Skip to content

CI ActionをNode 24対応majorへ更新する - #88

Merged
opaopa6969 merged 1 commit into
masterfrom
ci/issue-84-node24-actions
Aug 28, 2026
Merged

CI ActionをNode 24対応majorへ更新する#88
opaopa6969 merged 1 commit into
masterfrom
ci/issue-84-node24-actions

Conversation

@opaopa6969

Copy link
Copy Markdown
Owner

Summary

  • move checkout to v6
  • move setup-java to v5
  • move setup-node and upload-artifact to v6
  • use Node.js 24 for VSIX builds

The versions follow each official action's current Node 24 major rather than applying one major uniformly.

Local verification

Using Node.js 24.13.0:

  • npm ci
  • npm run compile
  • npm run bundle
  • npm run package

The VSIX packaged successfully with 20 files (10.23 MB). npm audit findings are intentionally separated into #87.

Closes #84

@opaopa6969
opaopa6969 merged commit 7b72ce8 into master Aug 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CIのGitHub ActionsをNode24対応majorへ更新する

1 participant