Skip to content

Commit f4a0262

Browse files
authored
Merge pull request #93 from Jaaneek/fix/cicd
fix CI/CD node versions
2 parents 51a974e + 3cfe1eb commit f4a0262

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['14.x', '16.x']
10+
node: ['18.x', '20.x']
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
1212

1313
steps:

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 14
13+
node-version: 16
1414
- uses: andresz1/size-limit-action@v1
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)