Skip to content

Commit

Permalink
updates workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Apr 10, 2023
1 parent 1aa9ef0 commit 5004751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14.x, 16.x, 18.x]
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest]

steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 5004751

Please sign in to comment.