Skip to content

Conversation

@A-kirami
Copy link
Contributor

@A-kirami A-kirami commented Dec 1, 2024

Overview

Updated GitHub Actions workflows to use node version from package.json.

Key Changes

  • Modified GitHub Actions workflows to dynamically use Node.js version from package.json
  • Added explicit Node.js engine specification in package.json

Specific Updates

In .github/workflows/deploy-demo-page.yml:

  • Changed node-version: 16 to node-version-file: package.json

In .github/workflows/pr-check.yml:

  • Similar workflow configuration updates as in deploy-demo-page workflow

In package.json:

  • Added engines field to specify Node.js version

@MakinoharaShoko MakinoharaShoko merged commit 38c164e into OpenWebGAL:dev Dec 4, 2024
1 check passed
@A-kirami A-kirami deleted the ci/node-version-file branch December 4, 2024 14:03
MakinoharaShoko added a commit that referenced this pull request Dec 20, 2024
feat(ci): Retrieve the Node.js version from package.json
KonshinHaoshin pushed a commit to KonshinHaoshin/WebGAL_Eastmount that referenced this pull request Nov 7, 2025
feat(ci): Retrieve the Node.js version from package.json
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.

2 participants