Skip to content

Commit 49187c0

Browse files
committed
Merge branch 'main' of github.com:voorjaar/windicss-intellisense into main
2 parents 268dcca + 11f79e8 commit 49187c0

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ on:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-latest
16-
1714
strategy:
1815
matrix:
1916
node-version: [14.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21-
17+
runs-on: ubuntu-latest
2218
steps:
2319
- uses: actions/checkout@v2
2420
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"release": "bumpp --tag --commit --push"
192192
},
193193
"dependencies": {
194+
"esbuild": "^0.8.54",
194195
"esbuild-register": "^2.0.0"
195196
},
196197
"devDependencies": {

0 commit comments

Comments
 (0)