File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66 branches : ['*']
77
8+ env :
9+ NODE_VERSION : 22.x
10+
811concurrency :
912 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1013 cancel-in-progress : true
1619 - name : Checkout
1720 uses : actions/checkout@v4
1821
22+ - name : Setup Node.js
23+ uses : actions/setup-node@v5
24+ with :
25+ cache : ' npm'
26+ node-version : ${{ env.NODE_VERSION }}
27+ registry-url : ' https://npm.pkg.github.com'
28+ scope : ' @deepnote'
29+
1930 - name : Base Setup
2031 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2132
2536 token : ${{ secrets.GITHUB_TOKEN }}
2637 env :
2738 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2840
2941 - name : Upload Distributions
3042 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments