Skip to content

Commit

Permalink
ci: build.yml pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Oct 3, 2023
1 parent 3ed67eb commit 7575a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 18.x
- run: npm install
Expand Down

0 comments on commit 7575a4f

Please sign in to comment.