Skip to content

Commit

Permalink
fix(build): run release build in node 18
Browse files Browse the repository at this point in the history
Node 16 is no longer supported by Semantic Release
  • Loading branch information
hughrawlinson committed Jun 7, 2023
1 parent 1b974c8 commit 6d914f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 6d914f2

Please sign in to comment.