We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0214112 commit 14248a9Copy full SHA for 14248a9
1 file changed
.github/workflows/build_and_publish.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v5
19
- uses: pnpm/action-setup@v4
20
- - name: Use Node.js LTS
+ - name: Set up Node.js
21
uses: actions/setup-node@v5
22
with:
23
- node-version: 22.x
+ node-version: 24.x
24
registry-url: "https://registry.npmjs.org"
25
cache: "pnpm"
26
- name: Install packages
0 commit comments