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

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Oct 25, 2023
1 parent 700884c commit 4d6310f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -6,8 +6,8 @@ jobs:
os: [windows, macos, ubuntu]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: latest
- run: npm install-ci-test
Expand All @@ -17,8 +17,8 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: latest
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 4d6310f

Please sign in to comment.