Skip to content

Commit b1f9efe

Browse files
committed
Trying to fix Github Action issue with node update
1 parent b138813 commit b1f9efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '18' # Use your desired Node version
33+
node-version: '22' # Use your desired Node version
3434

3535
- name: Install dependencies
3636
run: npm install

0 commit comments

Comments
 (0)