Skip to content

Commit

Permalink
Bump GitHub Actions and Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Sep 22, 2023
1 parent 43e8a4b commit 9c13cbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['12.x', '14.x', '15.x']
node-version: ['16', '18']
include:
- os: macos-latest
node-version: 15.x
node-version: 18
- os: windows-latest
node-version: 15.x
node-version: 18
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit 9c13cbe

Please sign in to comment.