Skip to content

Commit bc09fa7

Browse files
committed
Test in Node >=18 due to tool requirements
1 parent 4e25844 commit bc09fa7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
node: ['16.x', '18.x', '20.x', '22.x']
17+
node: ['18.x', '20.x', '22.x']
1818
os: [ubuntu-latest, windows-latest, macOS-11]
1919

2020
steps:

.github/workflows/size.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: "22.x"
1414

15-
- uses: andresz1/[email protected]
16-
with:
17-
github_token: ${{ secrets.GITHUB_TOKEN }}
18-
script: yarn run size --json
15+
- run: yarn install --frozen-lockfile
16+
17+
- name: Check size-limit
18+
run: yarn run size

0 commit comments

Comments
 (0)