Skip to content

Commit 06265fd

Browse files
committed
cleanup actions
1 parent 81ecbf7 commit 06265fd

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26-
- name: Set Node.js 16.x
26+
- name: Set Node.js 18.x
2727
uses: actions/setup-node@v3.5.1
2828
with:
29-
node-version: 16.x
29+
node-version: 18.x
3030

3131
- name: Install dependencies
3232
run: npm ci

.github/workflows/test.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)