We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f683c29 commit 835ea83Copy full SHA for 835ea83
1 file changed
.github/workflows/publish-dev-containers.yml
@@ -8,6 +8,7 @@ on:
8
permissions:
9
contents: read
10
actions: read
11
+ id-token: write
12
13
jobs:
14
main:
@@ -18,7 +19,7 @@ jobs:
18
19
- name: Setup Node.js
20
uses: actions/setup-node@v5
21
with:
- node-version: '20.x'
22
+ node-version: '24.x'
23
registry-url: 'https://registry.npmjs.org'
24
scope: '@devcontainers'
25
- name: Verify Versions
@@ -46,5 +47,3 @@ jobs:
46
47
path: .
48
- name: Publish TGZ
49
run: npm publish ${TGZ} --access public
- env:
50
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments