Skip to content

Commit 128da39

Browse files
gracepiphoGrace Pipho
andauthored
Update Node version in publish-npm workflow (#28)
Co-authored-by: Grace Pipho <grace.pipho@garmin.com>
1 parent a18bf1e commit 128da39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 21
29+
node-version: 22
3030
registry-url: https://registry.npmjs.org/
3131
- name: Update npm
3232
run: npm install -g npm@latest

0 commit comments

Comments
 (0)