Skip to content

Commit 01906a9

Browse files
authored
Upgrade publication workflow to Node.js 22 (#83)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
1 parent 35e0821 commit 01906a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
registry-url: https://registry.npmjs.org
2020

2121
- name: Publish to NPM

0 commit comments

Comments
 (0)