We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2d09f commit b3d95c6Copy full SHA for b3d95c6
1 file changed
.github/workflows/publishing.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
strategy:
14
matrix:
15
- node: [22.x]
+ node: [24.x]
16
steps:
17
- uses: actions/checkout@v6
18
- name: Setup Node.js ${{ matrix.node-version }}
0 commit comments