Skip to content

Commit 06383db

Browse files
committed
fix workflow
1 parent 20581da commit 06383db

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
working-directory: ./packages/persist-and-sync
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- uses: actions/setup-node@v3
26+
- uses: actions/setup-node@v4
2727
with:
2828
registry-url: https://registry.npmjs.org
29-
node-version: 18
29+
node-version: 20
3030
- run: npm i -g pnpm && pnpm i
3131
name: Install dependencies
3232
# fail and not publish if any of the unit tests are failing

packages/persist-and-sync/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"optimized",
5959
"tiny",
6060
"typescript",
61-
"javascript"
61+
"javascript",
62+
"mayank1513"
6263
]
6364
}

0 commit comments

Comments
 (0)