Skip to content

Commit

Permalink
Pin version of gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 11, 2025
1 parent 4b9d7fa commit 84b268c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
os: [windows, macos, ubuntu]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install-ci-test
Expand All @@ -17,8 +17,8 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 84b268c

Please sign in to comment.