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 1919 permissions :
2020 id-token : write
2121 env :
22+ NODE_VERSION : 22.x
2223 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2324 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2425 steps :
26+ - name : Checkout
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcb5dd907a8 # v5
28+
29+ - name : Setup Node.js
30+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
31+ with :
32+ node-version : ${{ env.NODE_VERSION }}
33+ registry-url : ' https://npm.pkg.github.com'
34+ scope : ' @deepnote'
35+ always-auth : true
36+
2537 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2638
2739 - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
You can’t perform that action at this time.
0 commit comments