Skip to content

Commit

Permalink
Test on latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Apr 29, 2024
1 parent 541a862 commit bc0095a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18", "20"]
node: ["latest"]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0", "5.3"]
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
steps:
Expand All @@ -36,8 +36,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: denolib/setup-deno@v2
node-version: latest
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno }}
- run: yarn install
Expand Down

0 comments on commit bc0095a

Please sign in to comment.