Skip to content

Commit fa5c3e0

Browse files
committed
use node v22 in workflow
1 parent bd115f3 commit fa5c3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
20-
registry-url: 'https://registry.npmjs.org'
19+
node-version: "22"
20+
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Cache node modules
2323
uses: actions/cache@v3

0 commit comments

Comments
 (0)