Skip to content

Commit

Permalink
Update publish.yml to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Dec 31, 2023
1 parent c2906c8 commit cd324fe
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: npm install
- id: publish
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit cd324fe

Please sign in to comment.