Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
test for both node 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Dec 22, 2023
1 parent cb8b2fe commit 20e48f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
lint_and_test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18, 20]

steps:
# Checkout the repository
- name: Checkout
Expand All @@ -27,7 +31,7 @@ jobs:
- name: set node version
uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.node-version }}

# Install Build stuff
- name: Install Dependencies
Expand Down

0 comments on commit 20e48f9

Please sign in to comment.