Skip to content

Commit

Permalink
chore: upgrade macos and node version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Nov 2, 2023
1 parent c9395d5 commit 8098701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
build:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.14.x
node-version: 20.9.x
cache: 'npm'
- run: npm ci --audit false
- run: npm run lint
Expand Down

0 comments on commit 8098701

Please sign in to comment.