Skip to content

Commit f78966f

Browse files
committed
Upgrade dependencies
1 parent d3143d9 commit f78966f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 18
1717
- run: yarn install
1818
- name: Run tests
1919
uses: GabrielBB/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: 16
43+
node-version: 18
4444
- run: yarn install
4545
- run: yarn run lint
4646
markdownlint-cli:
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v3
7777
- uses: actions/setup-node@v3
7878
with:
79-
node-version: 16
79+
node-version: 18
8080
- run: yarn install
8181
- name: Run devreplay
8282
run: ./node_modules/.bin/devreplay ./src devreplay.json

0 commit comments

Comments
 (0)