We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20581da commit 06383dbCopy full SHA for 06383db
.github/workflows/publish.yml
@@ -19,14 +19,14 @@ jobs:
19
working-directory: ./packages/persist-and-sync
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
with:
24
token: ${{ secrets.GITHUB_TOKEN }}
25
26
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
27
28
registry-url: https://registry.npmjs.org
29
- node-version: 18
+ node-version: 20
30
- run: npm i -g pnpm && pnpm i
31
name: Install dependencies
32
# fail and not publish if any of the unit tests are failing
packages/persist-and-sync/package.json
@@ -58,6 +58,7 @@
58
"optimized",
59
"tiny",
60
"typescript",
61
- "javascript"
+ "javascript",
62
+ "mayank1513"
63
]
64
}
0 commit comments