Skip to content

Commit f1fd656

Browse files
installed webpack and dependencies
1 parent 1166492 commit f1fd656

File tree

3 files changed

+5270
-135
lines changed

3 files changed

+5270
-135
lines changed

.github/workflows/tsc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: install node v16
15+
- name: install node LTS v18.4.0
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 16
18+
node-version: 18.4.0
1919
- name: yarn install
2020
run: yarn install
2121
- name: tsc

0 commit comments

Comments
 (0)