Skip to content

Commit 1e620a8

Browse files
chore(deps): update actions/setup-node digest to 65d868f
1 parent 4ddc1a8 commit 1e620a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-web-components-cdn-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: '0'
2424

2525
- name: Use Node.js version from .nvmrc
26-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
26+
uses: actions/setup-node@65d868f8d4d85d7d4abb7de0875cde3fcc8798f5
2727
with:
2828
node-version-file: '.nvmrc'
2929

.github/workflows/publish-web-components-cdn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: '0'
2424
- name: Use Node.js version from .nvmrc
25-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
25+
uses: actions/setup-node@65d868f8d4d85d7d4abb7de0875cde3fcc8798f5
2626
with:
2727
node-version-file: '.nvmrc'
2828
- name: Install dependencies

0 commit comments

Comments
 (0)