Skip to content

Commit 6a220eb

Browse files
authored
Merge pull request #307 from getyourguide/node-22
Bump node version to 22
2 parents a9a7c18 + 77bd7b5 commit 6a220eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Lint code

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
21-
node-version: 18
21+
node-version: 22
2222
registry-url: 'https://registry.npmjs.org'
2323
- name: Install dependencies
2424
run: npm ci

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "vue-class-migrator",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"author": "Victor Cuena Garcia <[email protected]>",
55
"description": "CLI tool to help migrating vue class components to vue 3 compatible components.",
66
"bin": {
77
"vue-class-migrator": "./dist/index.js"
88
},
99
"engines": {
10-
"node": "18"
10+
"node": "22"
1111
},
1212
"files": [
1313
"dist"

0 commit comments

Comments
 (0)