File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Publish docs
22on :
33 push :
44 branches : [ main ]
5- # Allows you to run this workflow manually from the Actions tab
65 workflow_dispatch :
76
87jobs :
1110 steps :
1211 - uses : actions/checkout@v2
1312 - name : Setup NodeJS Environment
14- uses : actions/setup-node@v1
13+ uses : actions/setup-node@v3
1514 with :
16- node-version : ' 14.x '
15+ node-version-file : ' .nvmrc '
1716 - name : Install project dependencies
1817 run : yarn install --pure-lockfile
1918 - name : Update gh-pages
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Test pull requests
22on :
33 pull_request :
44 branches : [ main, develop ]
5- # Allows you to run this workflow manually from the Actions tab
65 workflow_dispatch :
76
87jobs :
1110 steps :
1211 - uses : actions/checkout@v2
1312 - name : Setup NodeJS Environment
14- uses : actions/setup-node@v1
13+ uses : actions/setup-node@v3
1514 with :
16- node-version : ' 14.x '
15+ node-version-file : ' .nvmrc '
1716 - name : Install project dependencies
1817 run : yarn install --pure-lockfile
1918 - name : Transpile files
Original file line number Diff line number Diff line change 1+ 16.15.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @standardnotes/component-relay" ,
3- "version" : " 2.2.2 " ,
3+ "version" : " 2.3.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git://github.com/standardnotes/component-relay.git"
You can’t perform that action at this time.
0 commit comments