We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f86b9 commit 2127f82Copy full SHA for 2127f82
1 file changed
.github/workflows/publish.yml
@@ -68,12 +68,11 @@ jobs:
68
runs-on: ubuntu-latest
69
permissions:
70
id-token: write
71
- contents: write
72
- packages: read
+ contents: read
73
steps:
74
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
75
with:
76
- node-version: '14.x'
+ node-version: '24.x'
77
registry-url: 'https://registry.npmjs.org'
78
- uses: actions/checkout@v3
79
- name: Download bundled artifacts
0 commit comments