File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 github.ref) && github.event_name == 'push' }}
2222 steps :
2323 - name : ⬇️ Checkout repo
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : ⎔ Setup node
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v6
2828 with :
29- node-version : 20
29+ node-version : lts/*
3030
3131 - name : 📥 Download deps
3232 uses : bahmutov/npm-install@v1
3737 run : npm run build
3838
3939 - name : 🚀 Release
40- uses : cycjimmy/semantic-release-action@v4
40+ uses : cycjimmy/semantic-release-action@v5.0.2
4141 with :
42- semantic_version : 17
42+ semantic_version : 25
4343 branches : |
4444 [
4545 '+([0-9])?(.{+([0-9]),x}).x',
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454 NPM_CONFIG_PROVENANCE : true
55- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments