File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@master
16
16
- name : Use Node.js 20.x
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20
19
+ node-version : 20.x
20
20
cache : ' npm'
21
21
- name : install
22
22
run : npm install
@@ -28,12 +28,14 @@ jobs:
28
28
build-push :
29
29
needs : test-node-20
30
30
runs-on : ubuntu-latest
31
+ permissions :
32
+ id-token : write
31
33
steps :
32
34
- uses : actions/checkout@master
33
35
- name : Use Node.js 20.x
34
- uses : actions/setup-node@v3
36
+ uses : actions/setup-node@v4
35
37
with :
36
- node-version : 20
38
+ node-version : 20.x
37
39
cache : ' npm'
38
40
- name : install
39
41
run : npm install
44
46
- name : Publish
45
47
uses : menduz/oddish-action@master
46
48
with :
49
+ deterministic-snapshot : true
47
50
registry-url : " https://registry.npmjs.org"
48
51
access : public
49
- # # sign the deployment
50
- provenance : true
51
52
env :
52
53
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments