Skip to content

Commit

Permalink
Update node and macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Dec 20, 2024
1 parent c2959a4 commit 379c5f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on: workflow_dispatch

jobs:
build-and-publish:
runs-on: macos-13
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: yarn --immutable
Expand Down

0 comments on commit 379c5f0

Please sign in to comment.