Skip to content

Commit

Permalink
Merge pull request #1768 from deining/bump-github-workflow-actions
Browse files Browse the repository at this point in the history
Bump GitHub workflow actions to latest versions
  • Loading branch information
vladikoff committed Oct 31, 2023
2 parents 238df78 + 3cd1570 commit 4f63ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -13,15 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 19]
node: [16, 18, 20]
os: [ubuntu-latest, windows-latest]

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 4f63ec7

Please sign in to comment.