Skip to content

Commit

Permalink
Update node version for bundlesize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRataplan committed Aug 22, 2023
1 parent f02c4ba commit 9a0ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundlesize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '20'
- name: Install dependencies
run: npm ci
- name: override CI_COMMIT_SHA
Expand Down

0 comments on commit 9a0ce32

Please sign in to comment.