Skip to content

Commit

Permalink
Merge pull request #61 from RoadieHQ/fix-builder-ver
Browse files Browse the repository at this point in the history
Fix builder versions
  • Loading branch information
Xantier committed Mar 19, 2024
2 parents ad701fa + bf06658 commit 3062167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

env:
CI: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

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

env:
CI: 'true'
Expand Down

0 comments on commit 3062167

Please sign in to comment.