We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348f198 commit 3a8c351Copy full SHA for 3a8c351
.github/workflows/main.yml
@@ -49,10 +49,10 @@ jobs:
49
50
- run: npm run demo
51
52
- - if: matrix.node == env.LATEST_NODE_VERSION && matrix.os == 'ubuntu-latest'
+ - if: matrix.node == env.LATEST_NODE_VERSION && matrix.os == 'ubuntu-24.04'
53
run: npm pack
54
55
56
name: Upload package
57
uses: actions/upload-artifact@v4
58
with:
0 commit comments