Skip to content

Commit 93aecdd

Browse files
chore(deps): update actions/setup-node digest to dbe1369
1 parent 5cf3511 commit 93aecdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v18
19-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
19+
uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3
2020
with:
2121
node-version: 18
2222
cache: yarn
@@ -35,7 +35,7 @@ jobs:
3535
- name: Add problem matcher
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v18
38-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
38+
uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3
3939
with:
4040
node-version: 18
4141
cache: yarn
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout Project
5353
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
5454
- name: Use Node.js v16
55-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
55+
uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3
5656
with:
5757
node-version: 18
5858
cache: yarn

0 commit comments

Comments
 (0)