File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
name : Prepare
24
24
steps :
25
25
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
26
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
27
27
with :
28
28
node-version : ' 18.x'
29
29
registry-url : ' https://registry.npmjs.org'
44
44
steps :
45
45
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
46
46
# Setup .npmrc file to publish to npm
47
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
47
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
48
48
with :
49
49
node-version : ' 18.x'
50
50
registry-url : ' https://registry.npmjs.org'
69
69
steps :
70
70
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
71
71
# Setup .npmrc file to publish to GitHub Packages
72
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
72
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
73
73
with :
74
74
node-version : ' 18.x'
75
75
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Set up Node 18.x
28
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
28
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
29
29
with :
30
30
node-version : ' 18.x'
31
31
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 52
52
ref : ${{ github.event.pull_request.head.sha }}
53
53
54
54
- name : Set up Node.js ${{ matrix.node-version }}
55
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
55
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
56
56
with :
57
57
node-version : ${{ matrix.node-version }}
58
58
registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments