File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
# Setup .npmrc file to publish to npm
11
- - uses : actions/setup-node@v3
11
+ - uses : actions/setup-node@v4
12
12
with :
13
- node-version : ' 16 .x'
13
+ node-version : ' 20 .x'
14
14
registry-url : ' https://registry.npmjs.org'
15
+ - run : npm i tslib -g
15
16
- run : npm ci --no-optional
16
17
- run : npm publish --scope=@topmarksdevelopment --access public
17
18
env :
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
41
### Changes
42
42
43
43
- Developer dependency bumps (no user-facing changes)
44
+ - Updated publish action, ` tslib ` requirement and node version (no user-facing changes)
44
45
45
46
## [ 1.0.0] - 2022-12-13
46
47
You can’t perform that action at this time.
0 commit comments