Skip to content

Commit

Permalink
chore(ci): run workflow against node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Nov 22, 2023
1 parent bb2ec28 commit 0aba032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [19]
node_version: [20]
os: [windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install Dependencies
Expand Down

0 comments on commit 0aba032

Please sign in to comment.