Skip to content

Commit acbda4d

Browse files
RigoRigo
Rigo
authored and
Rigo
committed
chore: bump node version in tests
1 parent a6f9481 commit acbda4d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a report to help us fix a problem
44
title: ''
55
labels: bug
66
assignees: ''
77

88
---
99

1010
**Version**
11-
Specify vue-screen version, ie: `1.5.6`
11+
Specify vue-screen version, ie: `2.1.0`
1212

1313
**Config**
14-
Insert your screen config
14+
Specify the config used in `useScreen` `useGrid` or via plugin initialization.
1515

1616
**Reproduction link**
1717
Insert a reproduction link. We suggest using Codesandbox or Stackblitz.

.github/workflows/node.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x]
19+
node-version: [18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha.0",
2+
"version": "2.0.0",
33
"packages": [
44
"packages/*"
55
],

0 commit comments

Comments
 (0)