Skip to content

Commit cff2a24

Browse files
committed
fix version and git ignore
1 parent bc11c5e commit cff2a24

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- uses: actions/setup-node@v4
8181
with:
82-
node-version: "22"
82+
node-version: "22.14.0"
8383
registry-url: "https://registry.npmjs.org"
8484
cache: npm
8585

@@ -245,7 +245,7 @@ jobs:
245245

246246
- uses: actions/setup-node@v4
247247
with:
248-
node-version: "22"
248+
node-version: "22.14.0"
249249
registry-url: "https://registry.npmjs.org"
250250
cache: npm
251251

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.agent-relay/
22
.overnight/
33
.relay/
4+
node_modules

0 commit comments

Comments
 (0)