Skip to content

Commit a148556

Browse files
authored
Merge pull request #3 from selemondev/fix/github-workflows
fix: github actions
2 parents 1e6390f + 95bdab3 commit a148556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v2
2020

2121
- name: Set node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 20
24+
node-version: lts/*
2525

2626
- name: Setup
2727
run: npm i -g @antfu/ni
@@ -35,15 +35,15 @@ jobs:
3535
typecheck:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- name: Install pnpm
4141
uses: pnpm/action-setup@v2
4242

4343
- name: Set node
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 20
46+
node-version: lts/*
4747

4848
- name: Setup
4949
run: npm i -g @antfu/ni

0 commit comments

Comments
 (0)