Skip to content

Commit

Permalink
Merge pull request #1 from sorgloomer/ci
Browse files Browse the repository at this point in the history
ci
  • Loading branch information
sorgloomer committed May 6, 2023
2 parents b7bfb2d + 21950c4 commit 9f852fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
typescript: ["5.0", "4.3"]
name: TS ${{ matrix.typescript }} Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit 9f852fb

Please sign in to comment.