File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 tags : ' dota-lua-types@*'
66
7+ permissions :
8+ id-token : write # Required for trusted publishing
9+ contents : read
10+
711jobs :
812 build :
913 runs-on : ubuntu-latest
1014 steps :
1115 - uses : actions/checkout@v2
1216 - uses : actions/setup-node@v1
1317 with :
14- node-version : ' 16 .x'
18+ node-version : ' 24 .x'
1519 registry-url : ' https://registry.npmjs.org'
1620 scope : ' @moddota'
1721 - run : npm ci
1822 - run : npm run build
1923 - run : npm publish
2024 working-directory : packages/dota-lua-types
21- env :
22- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTOMATION_TOKEN }}
Original file line number Diff line number Diff line change 44 push :
55 tags : ' panorama-types@*'
66
7+ permissions :
8+ id-token : write # Required for trusted publishing
9+ contents : read
10+
711jobs :
812 build :
913 runs-on : ubuntu-latest
1014 steps :
1115 - uses : actions/checkout@v2
1216 - uses : actions/setup-node@v1
1317 with :
14- node-version : ' 16 .x'
18+ node-version : ' 24 .x'
1519 registry-url : ' https://registry.npmjs.org'
1620 scope : ' @moddota'
1721 - run : npm ci
1822 - run : npm run build
1923 - run : npm publish
2024 working-directory : packages/panorama-types
21- env :
22- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTOMATION_TOKEN }}
You can’t perform that action at this time.
0 commit comments