We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c49b3 commit 03f33dbCopy full SHA for 03f33db
.github/workflows/publish_package.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: 18.19.1
+ node-version: 18.20.6
15
registry-url: https://registry.npmjs.org/
16
- run: yarn install
17
- run: yarn compile
.github/workflows/testing.yml
@@ -9,6 +9,6 @@ jobs:
9
10
- run: yarn test
0 commit comments