Skip to content

Commit 3a8c351

Browse files
committed
Corrected check.
1 parent 348f198 commit 3a8c351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949

5050
- run: npm run demo
5151

52-
- if: matrix.node == env.LATEST_NODE_VERSION && matrix.os == 'ubuntu-latest'
52+
- if: matrix.node == env.LATEST_NODE_VERSION && matrix.os == 'ubuntu-24.04'
5353
run: npm pack
5454

55-
- if: matrix.node == env.LATEST_NODE_VERSION && matrix.os == 'ubuntu-latest'
55+
- if: matrix.node == env.LATEST_NODE_VERSION && matrix.os == 'ubuntu-24.04'
5656
name: Upload package
5757
uses: actions/upload-artifact@v4
5858
with:

0 commit comments

Comments
 (0)