Skip to content

Commit

Permalink
Fix node version for release workflow (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca authored Oct 4, 2023
1 parent 48389d9 commit f22690d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-readers-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"single-spa-react": patch
---

Fix Node version for release workflow
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit f22690d

Please sign in to comment.