Skip to content

Commit 19efc71

Browse files
committed
chore: Update to lts node
1 parent d283314 commit 19efc71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '22.x'
21+
node-version: 'lts/*'
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version: '22.x'
48+
node-version: 'lts/*'
4949
registry-url: 'https://registry.npmjs.org'
5050

5151
- name: Setup pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0-semantically-released",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/mskelton/eslint-plugin-playwright.git"
7+
"url": "git+https://github.com/mskelton/eslint-plugin-playwright.git"
88
},
99
"author": "Mark Skelton <[email protected]>",
1010
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)