Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3aaedd

Browse files
authoredJan 27, 2025··
Pin dependencies
1 parent 959da81 commit e3aaedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
fail-fast: false
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- name: Install node
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1818
- name: Install npm dependencies
1919
run: npm ci
2020
- name: Compile typescript

0 commit comments

Comments
 (0)
Please sign in to comment.