Skip to content

Commit

Permalink
Merge pull request #88 from FlowFuse/hardillb-patch-1
Browse files Browse the repository at this point in the history
Update release-publish.yml to NodeJS v18
  • Loading branch information
Steve-Mcl authored Jul 8, 2024
2 parents 8cf9d3c + aa272aa commit 743e036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- run: npm ci
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 743e036

Please sign in to comment.