Skip to content

Commit

Permalink
Use node 18 for publish-latest job
Browse files Browse the repository at this point in the history
This one case was missed when we updated to node 18 a while ago.

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Aug 29, 2024
1 parent d008f1f commit e68cf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e68cf4e

Please sign in to comment.