File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v2
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
14
node-version : 16
15
15
- run : npm install
Original file line number Diff line number Diff line change 9
9
contents : read
10
10
packages : write
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-node@v2
12
+ - uses : actions/checkout@v3
13
+ - uses : actions/setup-node@v3
14
14
with :
15
15
node-version : 16
16
16
- run : npm install
22
22
working-directory : ./build
23
23
# env:
24
24
# NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
+ - run : ls -R
Original file line number Diff line number Diff line change 7
7
/build
8
8
9
9
# misc
10
- /. * /
11
10
.DS_Store
12
11
* .pem
13
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joshjohanning-org/npm-package-example" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Example project for TypeScript packages" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments