Skip to content

Commit

Permalink
ci: publish with node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 3, 2024
1 parent 3a2c0ff commit a84f40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build
Expand Down

0 comments on commit a84f40a

Please sign in to comment.